summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/modularize/ModuleAssistant.cpp
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-01-09 01:39:49 +0000
committerAlp Toker <alp@nuanti.com>2014-01-09 01:39:49 +0000
commit58983f139896f7458b8539c16e7015a5fb778282 (patch)
tree34c9147f2214851e7663508419762fcb19b058d0 /clang-tools-extra/modularize/ModuleAssistant.cpp
parent08badfd2bab2dff6568af33fc3c199a617c92c1e (diff)
downloadbcm5719-llvm-58983f139896f7458b8539c16e7015a5fb778282.tar.gz
bcm5719-llvm-58983f139896f7458b8539c16e7015a5fb778282.zip
Fix typo
llvm-svn: 198831
Diffstat (limited to 'clang-tools-extra/modularize/ModuleAssistant.cpp')
-rw-r--r--clang-tools-extra/modularize/ModuleAssistant.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/modularize/ModuleAssistant.cpp b/clang-tools-extra/modularize/ModuleAssistant.cpp
index 36e899a39e3..6332e93e46f 100644
--- a/clang-tools-extra/modularize/ModuleAssistant.cpp
+++ b/clang-tools-extra/modularize/ModuleAssistant.cpp
@@ -139,7 +139,7 @@ static const char *ReservedNames[] = {
"link", "umbrella", "extern", "use", 0 // Flag end.
};
-// Convert module name to a non keyword.
+// Convert module name to a non-keyword.
// Prepends a '_' to the name if and only if the name is a keyword.
static std::string
ensureNoCollisionWithReservedName(llvm::StringRef MightBeReservedName) {
OpenPOWER on IntegriCloud