aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/llvm-rc/ResourceFileWriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-rc/ResourceFileWriter.cpp b/tools/llvm-rc/ResourceFileWriter.cpp
index 1a9f4eba189..8534b6c576a 100644
--- a/tools/llvm-rc/ResourceFileWriter.cpp
+++ b/tools/llvm-rc/ResourceFileWriter.cpp
@@ -1232,7 +1232,7 @@ Error ResourceFileWriter::writeUserDefinedBody(const RCResource *Base) {
}
RETURN_IF_ERROR(checkNumberFits<uint8_t>(
- Ch, "Character in narrow string in user-defined resoutce"));
+ Ch, "Character in narrow string in user-defined resource"));
writeInt<uint8_t>(Ch);
}
}