summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Thompson <John.Thompson.JTSoftware@gmail.com>2013-04-15 22:32:28 +0000
committerJohn Thompson <John.Thompson.JTSoftware@gmail.com>2013-04-15 22:32:28 +0000
commit4e428d25ae131820050c81f64e26ba770b1d7481 (patch)
tree6781df2ef327cf64082bb9e1743bf31880fa815e
parent958113be1fcf374a239d5110ffd54765789bca91 (diff)
Fixed outdate comment, and comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@179568 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--modularize/Modularize.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/modularize/Modularize.cpp b/modularize/Modularize.cpp
index b23d5c6f..cd5a2b93 100644
--- a/modularize/Modularize.cpp
+++ b/modularize/Modularize.cpp
@@ -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