Correct the name of the executables to which llvmgcc and llvmgxx variables
point to.
llvm-svn: 19100
diff --git a/llvm/docs/TestingGuide.html b/llvm/docs/TestingGuide.html
index 5979d3e..467e58e 100644
--- a/llvm/docs/TestingGuide.html
+++ b/llvm/docs/TestingGuide.html
@@ -302,8 +302,8 @@
<dd>Path to a script that performs grep -C. Use this since not all
platforms support grep -C.</dd>
-<dt>%llvmgcc</dt> <dd>Full path to the llvmgcc executable.</dd>
-<dt>%llvmgxx</dt> <dd>Full path to the llvmg++ executable.</dd>
+<dt>%llvmgcc</dt> <dd>Full path to the llvm-gcc executable.</dd>
+<dt>%llvmgxx</dt> <dd>Full path to the llvm-g++ executable.</dd>
</ul>
<p>There are also several scripts in the llvm/test/Scripts directory