diff options
author | Malcolm Parsons <malcolm.parsons@gmail.com> | 2018-01-24 10:33:39 +0000 |
---|---|---|
committer | Malcolm Parsons <malcolm.parsons@gmail.com> | 2018-01-24 10:33:39 +0000 |
commit | 21e545d08d2c6a167da0200b2d642e66e838fac7 (patch) | |
tree | 35003fa2e06b0069758e3a7b67dcca016a55340b /llvm/tools/llvm-rc/ResourceScriptToken.h | |
parent | 1cb9431e690c41a2ac7246a8c319fcc6161dca23 (diff) | |
download | bcm5719-llvm-21e545d08d2c6a167da0200b2d642e66e838fac7.tar.gz bcm5719-llvm-21e545d08d2c6a167da0200b2d642e66e838fac7.zip |
Fix typos of occurred and occurrence
llvm-svn: 323318
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. |