diff options
| author | John Thompson <John.Thompson.JTSoftware@gmail.com> | 2013-07-29 21:59:41 +0000 |
|---|---|---|
| committer | John Thompson <John.Thompson.JTSoftware@gmail.com> | 2013-07-29 21:59:41 +0000 |
| commit | dc118270ac8e189c75cb9e90b5b0ecd8e191f53c (patch) | |
| tree | ea8f1d9d6f1678430a5aa066c3463b5b741c5436 | |
| parent | d123099abc47bc345b69519a2f2b1abef3622df1 (diff) | |
| download | bcm5719-llvm-dc118270ac8e189c75cb9e90b5b0ecd8e191f53c.tar.gz bcm5719-llvm-dc118270ac8e189c75cb9e90b5b0ecd8e191f53c.zip | |
Fixed comment typo.
llvm-svn: 187384
| -rw-r--r-- | clang-tools-extra/modularize/Modularize.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/modularize/Modularize.cpp b/clang-tools-extra/modularize/Modularize.cpp index 8564929715e..8e0c409269b 100644 --- a/clang-tools-extra/modularize/Modularize.cpp +++ b/clang-tools-extra/modularize/Modularize.cpp @@ -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: |

