Fix line length of a comment.
authorReid Spencer <rspencer@reidspencer.com>
Sun, 8 Jan 2006 22:40:10 +0000 (22:40 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 8 Jan 2006 22:40:10 +0000 (22:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25149 91177308-0d34-0410-b5e6-96231b3b80d8

tools/bugpoint/ListReducer.h

index ff2a11d5e915e24e6a52c8f39ac4ae1fc09ff179..484b3b57934e8d19289950859a2a1a146e7cd8d6 100644 (file)
@@ -95,8 +95,8 @@ struct ListReducer {
     }
 
     // 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;