summaryrefslogtreecommitdiffstats
path: root/index.empy
diff options
context:
space:
mode:
Diffstat (limited to 'index.empy')
-rw-r--r--index.empy8
1 files changed, 4 insertions, 4 deletions
diff --git a/index.empy b/index.empy
index 3352b20..79f6c55 100644
--- a/index.empy
+++ b/index.empy
@@ -4,10 +4,10 @@
@{page_title = "Compiler cache"}
@empy.include("header.empy")
-<p>ccache is a compiler cache. It <a href="performance.html">speeds up
-recompilation</a> by caching previous compilations and detecting when the same
-compilation is being done again. Supported languages are C, C++, Objective-C
-and Objective-C++.</p>
+<p>ccache (or “Ccache”, not “CCache”) is a compiler cache.
+It <a href="performance.html">speeds up recompilation</a> by caching previous
+compilations and detecting when the same compilation is being done again.
+Supported languages are C, C++, Objective-C and Objective-C++.</p>
<p>ccache is free software, released under
the <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License