diff options
| author | Reka Kovacs <rekanikolett@gmail.com> | 2017-09-23 12:13:32 +0000 |
|---|---|---|
| committer | Reka Kovacs <rekanikolett@gmail.com> | 2017-09-23 12:13:32 +0000 |
| commit | f616a89d879653f0ce7bd1ba5293df3f8e497440 (patch) | |
| tree | 8476e83e040948bccaf4f51dd883f167b244baf5 | |
| parent | c4980799ab0646b3c3ed9552a8b9c1c2c3e892bb (diff) | |
| download | bcm5719-llvm-f616a89d879653f0ce7bd1ba5293df3f8e497440.tar.gz bcm5719-llvm-f616a89d879653f0ce7bd1ba5293df3f8e497440.zip | |
[docs] Fix typos in Clang's User's Manual.
llvm-svn: 314061
| -rw-r--r-- | clang/docs/UsersManual.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/docs/UsersManual.rst b/clang/docs/UsersManual.rst index 17a6d4bb91f..2757ced1c24 100644 --- a/clang/docs/UsersManual.rst +++ b/clang/docs/UsersManual.rst @@ -107,7 +107,7 @@ Options to Control Error and Warning Messages .. option:: -Wno-error=foo - Turn warning "foo" into an warning even if :option:`-Werror` is specified. + Turn warning "foo" into a warning even if :option:`-Werror` is specified. .. option:: -Wfoo @@ -677,7 +677,7 @@ Current limitations Other Options ------------- -Clang options that that don't fit neatly into other categories. +Clang options that don't fit neatly into other categories. .. option:: -MV |

