fix typo PR1476
authorPawel Wodnicki <pawel@32bitmicro.com>
Wed, 7 Nov 2012 17:00:18 +0000 (17:00 +0000)
committerPawel Wodnicki <pawel@32bitmicro.com>
Wed, 7 Nov 2012 17:00:18 +0000 (17:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167536 91177308-0d34-0410-b5e6-96231b3b80d8

docs/TestingGuide.html

index 0a8342d374f29d5a1a2ae47e6e4e6a5a358d4c0e..d90c8ad1c32d893e2f20fa3ac67117b12b01968e 100644 (file)
@@ -222,7 +222,7 @@ script which is built as part of LLVM. For example, to run the
 
 <div class="doc_code">
 <pre>
-% llvm-lit ~/llvm/test/Integer/BitPackeD.ll 
+% llvm-lit ~/llvm/test/Integer/BitPacked.ll 
 </pre>
 </div>