summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2016-08-27 16:50:26 +0200
committerJoel Rosdahl <joel@rosdahl.net>2016-08-27 16:50:26 +0200
commitc43fb3a20ded5630f9be430ee6157fdde5570af2 (patch)
tree645095031893346e5a0a48d44bdc59fe37037409
parentb5e89195bfabb1e3ffcdb65dfc2e86426990b7cc (diff)
downloadccache-c43fb3a20ded5630f9be430ee6157fdde5570af2.tar.gz
Improve grammar
-rw-r--r--MANUAL.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index d42e21c9..ab01886d 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*).