From 80d9244b093c7592519a2e0846c7fecefc1693e7 Mon Sep 17 00:00:00 2001 From: Patrick Jenkins Date: Tue, 15 Aug 2006 17:39:40 +0000 Subject: [PATCH] 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 --- docs/CommandGuide/bugpoint.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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> -- 2.34.1