From: Patrick Jenkins Date: Tue, 15 Aug 2006 17:39:40 +0000 (+0000) Subject: Fixed the awkward description of the -find-bugs option for bugpoint. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=80d9244b093c7592519a2e0846c7fecefc1693e7;p=oota-llvm.git 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 --- diff --git a/docs/CommandGuide/bugpoint.pod b/docs/CommandGuide/bugpoint.pod index a7f4cbfab1c..e9a8e87e25c 100644 --- a/docs/CommandGuide/bugpoint.pod +++ b/docs/CommandGuide/bugpoint.pod @@ -67,7 +67,7 @@ B 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. +until a bug is found or the user kills B. =item B<--help>