Fix typo
authorAlp Toker <alp@nuanti.com>
Thu, 9 Jan 2014 01:39:49 +0000 (01:39 +0000)
committerAlp Toker <alp@nuanti.com>
Thu, 9 Jan 2014 01:39:49 +0000 (01:39 +0000)
llvm-svn: 198831

clang-tools-extra/docs/Doxyfile
clang-tools-extra/modularize/ModuleAssistant.cpp

index 2ecd372..c216f42 100644 (file)
@@ -776,7 +776,7 @@ INPUT_FILTER           =
 # filter if there is a match.  The filters are a list of the form:
 # pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further
 # info on how filters are used. If FILTER_PATTERNS is empty or if
-# non of the patterns match the file name, INPUT_FILTER is applied.
+# none of the patterns match the file name, INPUT_FILTER is applied.
 
 FILTER_PATTERNS        =
 
index 36e899a..6332e93 100644 (file)
@@ -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) {