diff options
Diffstat (limited to 'llvm/tools/llvm-rc/ResourceScriptToken.cpp')
-rw-r--r-- | llvm/tools/llvm-rc/ResourceScriptToken.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-rc/ResourceScriptToken.cpp b/llvm/tools/llvm-rc/ResourceScriptToken.cpp index ab46509b394..ba1ed5d416a 100644 --- a/llvm/tools/llvm-rc/ResourceScriptToken.cpp +++ b/llvm/tools/llvm-rc/ResourceScriptToken.cpp @@ -88,7 +88,7 @@ private: // Check if tokenizer can start reading an identifier at current position. // The original tool did non specify the rules to determine what is a correct // identifier. We assume they should follow the C convention: - // [a-zA-z_][a-zA-Z0-9_]*. + // [a-zA-Z_][a-zA-Z0-9_]*. bool canStartIdentifier() const; // Check if tokenizer can continue reading an identifier. bool canContinueIdentifier() const; |