diff options
author | Alp Toker <alp@nuanti.com> | 2014-01-09 01:39:49 +0000 |
---|---|---|
committer | Alp Toker <alp@nuanti.com> | 2014-01-09 01:39:49 +0000 |
commit | 58983f139896f7458b8539c16e7015a5fb778282 (patch) | |
tree | 34c9147f2214851e7663508419762fcb19b058d0 /clang-tools-extra/modularize/ModuleAssistant.cpp | |
parent | 08badfd2bab2dff6568af33fc3c199a617c92c1e (diff) | |
download | bcm5719-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.cpp | 2 |
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) { |