diff options
Diffstat (limited to 'llvm/tools/llvm-rc/ResourceScriptToken.h')
-rw-r--r-- | llvm/tools/llvm-rc/ResourceScriptToken.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-rc/ResourceScriptToken.h b/llvm/tools/llvm-rc/ResourceScriptToken.h index 0f108b50ed1..339018b1e61 100644 --- a/llvm/tools/llvm-rc/ResourceScriptToken.h +++ b/llvm/tools/llvm-rc/ResourceScriptToken.h @@ -68,7 +68,7 @@ private: }; // Tokenize Input. -// In case no error occured, the return value contains +// In case no error occurred, the return value contains // tokens in order they were in the input file. // In case of any error, the return value contains // a textual representation of error. |