r314061 - [docs] Fix typos in Clang's User's Manual.
Reka Kovacs via cfe-commits
cfe-commits at lists.llvm.org
Sat Sep 23 05:13:32 PDT 2017
Author: rkovacs
Date: Sat Sep 23 05:13:32 2017
New Revision: 314061
URL: http://llvm.org/viewvc/llvm-project?rev=314061&view=rev
Log:
[docs] Fix typos in Clang's User's Manual.
Modified:
cfe/trunk/docs/UsersManual.rst
Modified: cfe/trunk/docs/UsersManual.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/UsersManual.rst?rev=314061&r1=314060&r2=314061&view=diff
==============================================================================
--- cfe/trunk/docs/UsersManual.rst (original)
+++ cfe/trunk/docs/UsersManual.rst Sat Sep 23 05:13:32 2017
@@ -107,7 +107,7 @@ Options to Control Error and Warning Mes
.. 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
More information about the cfe-commits
mailing list