summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPawel Wodnicki <pawel@32bitmicro.com>2012-11-07 17:00:18 +0000
committerPawel Wodnicki <pawel@32bitmicro.com>2012-11-07 17:00:18 +0000
commite4f2116afc2a3214d9a690c75c7984abcb937ebd (patch)
treea7cd106f2c6c4cc4b49f8dc094360f313beb85d0 /docs
parentd36e8e8b73f463218f10d45eebbbb0dda5761fb2 (diff)
downloadllvm-e4f2116afc2a3214d9a690c75c7984abcb937ebd.tar.gz
llvm-e4f2116afc2a3214d9a690c75c7984abcb937ebd.tar.bz2
llvm-e4f2116afc2a3214d9a690c75c7984abcb937ebd.tar.xz
fix typo PR1476
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167536 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/TestingGuide.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html
index 0a8342d374..d90c8ad1c3 100644
--- a/docs/TestingGuide.html
+++ b/docs/TestingGuide.html
@@ -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>