Author: jtsoftware
Date: Mon Jul 29 16:59:41 2013
New Revision: 187384

URL: http://llvm.org/viewvc/llvm-project?rev=187384&view=rev
Log:
Fixed comment typo.

Modified:
    clang-tools-extra/trunk/modularize/Modularize.cpp

Modified: clang-tools-extra/trunk/modularize/Modularize.cpp
URL: 
http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/modularize/Modularize.cpp?rev=187384&r1=187383&r2=187384&view=diff
==============================================================================
--- clang-tools-extra/trunk/modularize/Modularize.cpp (original)
+++ clang-tools-extra/trunk/modularize/Modularize.cpp Mon Jul 29 16:59:41 2013
@@ -39,7 +39,7 @@
 //       (file):(row):(column)
 //       (file):(row):(column)
 //
-//   error: header '(file)' has different contents dependening on how it was
+//   error: header '(file)' has different contents depending on how it was
 //     included
 //
 // The latter might be followed by messages like the following:


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

Reply via email to