From: Joel Rosdahl Date: Sat, 27 Aug 2016 14:50:26 +0000 (+0200) Subject: Improve grammar X-Git-Tag: v3.3~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c43fb3a20ded5630f9be430ee6157fdde5570af2;p=thirdparty%2Fccache.git Improve grammar --- diff --git a/MANUAL.txt b/MANUAL.txt index d42e21c91..ab01886df 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -792,8 +792,8 @@ size of the other wrapper instead of the real compiler, which means that: the other wrapper. Another minor thing is that if *prefix_command* is used, ccache will not invoke -the other wrapper when running the preprocessor, which increase performance. -You can use the *prefix_command_cpp* configuration setting, if you also want to +the other wrapper when running the preprocessor, which increases performance. +You can use the *prefix_command_cpp* configuration setting if you also want to invoke the other wrapper when doing preprocessing (normally by adding *-E*).