From 5bf57b4c1e46246533dcd443e61cc52c1a8e19ab Mon Sep 17 00:00:00 2001 From: Pawel Wodnicki Date: Wed, 7 Nov 2012 17:00:18 +0000 Subject: [PATCH] fix typo PR1476 llvm-svn: 167536 --- llvm/docs/TestingGuide.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/TestingGuide.html b/llvm/docs/TestingGuide.html index 0a8342d..d90c8ad 100644 --- a/llvm/docs/TestingGuide.html +++ b/llvm/docs/TestingGuide.html @@ -222,7 +222,7 @@ script which is built as part of LLVM. For example, to run the
-% llvm-lit ~/llvm/test/Integer/BitPackeD.ll 
+% llvm-lit ~/llvm/test/Integer/BitPacked.ll 
 
-- 2.7.4