[clang-tools-extra] r179568 - Fixed outdate comment, and comment typo.
John Thompson
John.Thompson.JTSoftware at gmail.com
Mon Apr 15 15:32:28 PDT 2013
Author: jtsoftware
Date: Mon Apr 15 17:32:28 2013
New Revision: 179568
URL: http://llvm.org/viewvc/llvm-project?rev=179568&view=rev
Log:
Fixed outdate comment, and 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=179568&r1=179567&r2=179568&view=diff
==============================================================================
--- clang-tools-extra/trunk/modularize/Modularize.cpp (original)
+++ clang-tools-extra/trunk/modularize/Modularize.cpp Mon Apr 15 17:32:28 2013
@@ -23,7 +23,7 @@
// Usage: modularize [-prefix (optional header path prefix)]
// (include-files_list) [(front-end-options) ...]
//
-// Note that unless a "-prefex (header path)" option is specified,
+// Note that unless a "-prefix (header path)" option is specified,
// non-absolute file paths in the header list file will be relative
// to the header list file directory. Use -prefix to specify a different
// directory.
@@ -35,8 +35,9 @@
// Modularize will do normal parsing, reporting normal errors and warnings,
// but will also report special error messages like the following:
//
-// error: '(symbol)' defined at both (file):(row):(column) and
-// (file):(row):(column)
+// error: '(symbol)' defined at multiple locations:
+// (file):(row):(column)
+// (file):(row):(column)
//
// error: header '(file)' has different contents dependening on how it was
// included
More information about the cfe-commits
mailing list