diff options
author | Fangrui Song <maskray@google.com> | 2019-04-26 05:56:23 +0000 |
---|---|---|
committer | Fangrui Song <maskray@google.com> | 2019-04-26 05:56:23 +0000 |
commit | 2aa0bdeb257bff9f6e564d6400294f8441404e18 (patch) | |
tree | da1e03d651e8559ace890367de93843f74a33c7a /llvm/tools/llvm-rc/ResourceFileWriter.cpp | |
parent | d8e9c3a9992febbfd13c4c5ffeeb22cc1dbc6666 (diff) | |
download | llvm-2aa0bdeb257bff9f6e564d6400294f8441404e18.zip llvm-2aa0bdeb257bff9f6e564d6400294f8441404e18.tar.gz llvm-2aa0bdeb257bff9f6e564d6400294f8441404e18.tar.bz2 |
Fix typos: (re)?sor?uce -> (re)?source
Closes: https://github.com/llvm/llvm-project/pull/10
In-collaboration-with: Olivier Cochard-Labbé <olivier@FreeBSD.org>
Signed-off-by: Enji Cooper <yaneurabeya@gmail.com>
Differential Revision: https://reviews.llvm.org/D61021
llvm-svn: 359277
Diffstat (limited to 'llvm/tools/llvm-rc/ResourceFileWriter.cpp')
-rw-r--r-- | llvm/tools/llvm-rc/ResourceFileWriter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-rc/ResourceFileWriter.cpp b/llvm/tools/llvm-rc/ResourceFileWriter.cpp index 78d99e7..44b3fe1 100644 --- a/llvm/tools/llvm-rc/ResourceFileWriter.cpp +++ b/llvm/tools/llvm-rc/ResourceFileWriter.cpp @@ -722,7 +722,7 @@ Error ResourceFileWriter::writeBitmapBody(const RCResource *Base) { // --- CursorResource and IconResource helpers. --- // -// ICONRESDIR structure. Describes a single icon in resouce group. +// ICONRESDIR structure. Describes a single icon in resource group. // // Ref: msdn.microsoft.com/en-us/library/windows/desktop/ms648016.aspx struct IconResDir { |