fix typo PR1476

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167536 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Pawel Wodnicki 2012-11-07 17:00:18 +00:00
parent d36e8e8b73
commit e4f2116afc

View 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>