Author: alp
Date: Wed Jan  8 19:39:49 2014
New Revision: 198831

URL: http://llvm.org/viewvc/llvm-project?rev=198831&view=rev
Log:
Fix typo

Modified:
    clang-tools-extra/trunk/docs/Doxyfile
    clang-tools-extra/trunk/modularize/ModuleAssistant.cpp

Modified: clang-tools-extra/trunk/docs/Doxyfile
URL: 
http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/Doxyfile?rev=198831&r1=198830&r2=198831&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/Doxyfile (original)
+++ clang-tools-extra/trunk/docs/Doxyfile Wed Jan  8 19:39:49 2014
@@ -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        =
 

Modified: clang-tools-extra/trunk/modularize/ModuleAssistant.cpp
URL: 
http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/modularize/ModuleAssistant.cpp?rev=198831&r1=198830&r2=198831&view=diff
==============================================================================
--- clang-tools-extra/trunk/modularize/ModuleAssistant.cpp (original)
+++ clang-tools-extra/trunk/modularize/ModuleAssistant.cpp Wed Jan  8 19:39:49 
2014
@@ -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) {


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to