]> granicus.if.org Git - llvm/commitdiff
[Docs] Test commit
authorDeForest Richards <d4m1887@gmail.com>
Sun, 18 Aug 2019 19:07:10 +0000 (19:07 +0000)
committerDeForest Richards <d4m1887@gmail.com>
Sun, 18 Aug 2019 19:07:10 +0000 (19:07 +0000)
Fixes typo - Removes extra space between last word of sentence and period.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@369216 91177308-0d34-0410-b5e6-96231b3b80d8

docs/TestingGuide.rst

index fed9a6bfcabe264f87ed31a862bfefa48e1f8233..f147a9fbd7ab3c924218eae057c2d70411cb9856 100644 (file)
@@ -92,7 +92,7 @@ The test are written in C based languages or in LLVM assembly language.
 
 These tests are compiled and run under a debugger. The debugger output
 is checked to validate of debugging information. See README.txt in the
-test suite for more information . This test suite is located in the
+test suite for more information. This test suite is located in the
 ``debuginfo-tests`` Subversion module.
 
 Quick start