Fix line length of a comment.

llvm-svn: 25149
diff --git a/llvm/tools/bugpoint/ListReducer.h b/llvm/tools/bugpoint/ListReducer.h
index ff2a11d..484b3b5 100644
--- a/llvm/tools/bugpoint/ListReducer.h
+++ b/llvm/tools/bugpoint/ListReducer.h
@@ -95,8 +95,8 @@
     }
 
     // Okay, we trimmed as much off the top and the bottom of the list as we
-    // could.  If there is more two elements in the list, try deleting interior
-    // elements and testing that.
+    // could.  If there is more than two elements in the list, try deleting 
+    // interior elements and testing that.
     //
     if (TheList.size() > 2) {
       bool Changed = true;