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 a7f4cbf..e9a8e87 100644
--- a/docs/CommandGuide/bugpoint.pod
+++ b/docs/CommandGuide/bugpoint.pod
@@ -67,7 +67,7 @@
 =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>