Fix typo
[oota-llvm.git] / docs / TestingGuide.html
index d4ce6fd490387a0156c5ff6918b9e2be14d6d684..b279405103e57de03cd81d56714a7e3d9faf5b4b 100644 (file)
@@ -697,7 +697,7 @@ directory to run them.</p>
 
   <li><p>Configure the test suite using llvm configure. This will automatically configure llvm-test. 
          You must do it from the top level otherwise llvm-gcc will not be set which is required to 
-        run llvm-test.:</p>
+        run llvm-test:</p>
 <div class="doc_code">
 <pre>
 % cd $LLVM_OBJ_ROOT ; $LLVM_SRC_ROOT/configure --with-llvmgccdir=$LLVM_GCC_DIR