summaryrefslogtreecommitdiff
path: root/src/jit/compiler.h
diff options
context:
space:
mode:
authorPat Gavlin <pagavlin@microsoft.com>2017-02-10 16:47:22 -0800
committerPat Gavlin <pagavlin@microsoft.com>2017-02-10 16:47:22 -0800
commit2b9f8cfddeb3d0fbcd18fae36b6ceade1d99d8b2 (patch)
treefe24916cfa8599b8388cc31094efe68d030eecb9 /src/jit/compiler.h
parentbc3280b9d6d56ada0e9c4604aa7838fcbe40a278 (diff)
downloadcoreclr-2b9f8cfddeb3d0fbcd18fae36b6ceade1d99d8b2.tar.gz
coreclr-2b9f8cfddeb3d0fbcd18fae36b6ceade1d99d8b2.tar.bz2
coreclr-2b9f8cfddeb3d0fbcd18fae36b6ceade1d99d8b2.zip
Fix formatting.
Diffstat (limited to 'src/jit/compiler.h')
-rw-r--r--src/jit/compiler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/compiler.h b/src/jit/compiler.h
index 2189324762..7c5565c9c7 100644
--- a/src/jit/compiler.h
+++ b/src/jit/compiler.h
@@ -7791,7 +7791,7 @@ public:
bool altJit; // True if we are an altjit and are compiling this method
#ifdef OPT_CONFIG
- bool optRepeat; // Repeat optimizer phases k times
+ bool optRepeat; // Repeat optimizer phases k times
#endif
#ifdef DEBUG