[clang-tools-extra] r187384 - Fixed comment typo.
John Thompson
John.Thompson.JTSoftware at gmail.com
Mon Jul 29 14:59:41 PDT 2013
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:
More information about the cfe-commits
mailing list