diff options
Diffstat (limited to 'llvm/tools/llvm-rc/ResourceFileWriter.h')
-rw-r--r-- | llvm/tools/llvm-rc/ResourceFileWriter.h | 2 |
1 files changed, 1 insertions, 1 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; |