diff options
Diffstat (limited to 'llvm/tools/llvm-rc')
-rw-r--r-- | llvm/tools/llvm-rc/ResourceFileWriter.h | 2 | ||||
-rw-r--r-- | llvm/tools/llvm-rc/ResourceScriptToken.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/llvm-rc/ResourceFileWriter.h b/llvm/tools/llvm-rc/ResourceFileWriter.h index 20bd4bd7367..dcdebbf47fd 100644 --- a/llvm/tools/llvm-rc/ResourceFileWriter.h +++ b/llvm/tools/llvm-rc/ResourceFileWriter.h @@ -93,7 +93,7 @@ public: Bundle(const ObjectInfo &Info) : DeclTimeInfo(Info) {} }; std::map<BundleKey, Bundle> BundleData; - // Bundles are listed in the order of their first occurence. + // Bundles are listed in the order of their first occurrence. std::vector<BundleKey> BundleList; } StringTableData; 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. |