summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPatrick Jenkins <pjenkins@apple.com>2006-08-15 17:39:40 +0000
committerPatrick Jenkins <pjenkins@apple.com>2006-08-15 17:39:40 +0000
commit80d9244b093c7592519a2e0846c7fecefc1693e7 (patch)
tree5e085652f2ad90cfc0b281a635695a6fb409cc19 /docs
parent94f7850af9034777855a7de6f459f1186c03debd (diff)
downloadllvm-80d9244b093c7592519a2e0846c7fecefc1693e7.tar.gz
llvm-80d9244b093c7592519a2e0846c7fecefc1693e7.tar.bz2
llvm-80d9244b093c7592519a2e0846c7fecefc1693e7.tar.xz
Fixed the awkward description of the -find-bugs option for bugpoint.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29708 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/CommandGuide/bugpoint.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandGuide/bugpoint.pod b/docs/CommandGuide/bugpoint.pod
index a7f4cbfab1..e9a8e87e25 100644
--- a/docs/CommandGuide/bugpoint.pod
+++ b/docs/CommandGuide/bugpoint.pod
@@ -67,7 +67,7 @@ B<bugpoint> may crash.
=item B<-find-bugs>
Continually randomize the specified passes and run them on the test program
-until an error is found in LLVM or the user kills B<bugpoint>.
+until a bug is found or the user kills B<bugpoint>.
=item B<--help>