diff options
author | Pawel Wodnicki <pawel@32bitmicro.com> | 2012-11-07 17:00:18 +0000 |
---|---|---|
committer | Pawel Wodnicki <pawel@32bitmicro.com> | 2012-11-07 17:00:18 +0000 |
commit | e4f2116afc2a3214d9a690c75c7984abcb937ebd (patch) | |
tree | a7cd106f2c6c4cc4b49f8dc094360f313beb85d0 /docs | |
parent | d36e8e8b73f463218f10d45eebbbb0dda5761fb2 (diff) | |
download | external_llvm-e4f2116afc2a3214d9a690c75c7984abcb937ebd.zip external_llvm-e4f2116afc2a3214d9a690c75c7984abcb937ebd.tar.gz external_llvm-e4f2116afc2a3214d9a690c75c7984abcb937ebd.tar.bz2 |
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.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html index 0a8342d..d90c8ad 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> |