diff options
| author | Douglas Katzman <dougk@google.com> | 2015-08-03 20:41:31 +0000 |
|---|---|---|
| committer | Douglas Katzman <dougk@google.com> | 2015-08-03 20:41:31 +0000 |
| commit | 1e7bf36f45bc1fd8fbbf9350a4056284318dfd2f (patch) | |
| tree | 710df8c7fdf9c6419d2fcc4be728317c5cdb21f4 | |
| parent | 87adb7a2e2fb409b0e46e6706e69eecc247b6950 (diff) | |
| download | bcm5719-llvm-1e7bf36f45bc1fd8fbbf9350a4056284318dfd2f.tar.gz bcm5719-llvm-1e7bf36f45bc1fd8fbbf9350a4056284318dfd2f.zip | |
Grammar: Don't imply that a program wouldn't want a person as its output.
(Because, hey, who wouldn't?)
llvm-svn: 243901
| -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 53d7286e265..842538ca44e 100644 --- a/clang/docs/UsersManual.rst +++ b/clang/docs/UsersManual.rst @@ -148,8 +148,8 @@ Formatting of Diagnostics Clang aims to produce beautiful diagnostics by default, particularly for new users that first come to Clang. However, different people have -different preferences, and sometimes Clang is driven by another program -that wants to parse simple and consistent output, not a person. For +different preferences, and sometimes Clang is driven not by a human, +but by a program that wants consistent and easily parsable output. For these cases, Clang provides a wide range of options to control the exact output format of the diagnostics that it generates. |

