diff options
Diffstat (limited to 'llvm/tools/llvmc/ConfigLexer.h')
-rw-r--r-- | llvm/tools/llvmc/ConfigLexer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvmc/ConfigLexer.h b/llvm/tools/llvmc/ConfigLexer.h index 3e87fc1a58a..2d5c64e8652 100644 --- a/llvm/tools/llvmc/ConfigLexer.h +++ b/llvm/tools/llvmc/ConfigLexer.h @@ -102,7 +102,7 @@ enum ConfigLexerTokens { TRUETOK, ///< A boolean true value (true/yes/on) VERBOSE_SUBST, ///< The substitution item %verbose% VERSION_TOK, ///< The name "version" (and variants) - WOPTS_SUBST, ///< The %WOpts% substitution + WOPTS_SUBST ///< The %WOpts% substitution }; extern ConfigLexerTokens Configlex(); |