[llvm-commits] CVS: llvm/tools/bugpoint/ListReducer.h
Reid Spencer
reid at x10sys.com
Sun Jan 8 14:40:22 PST 2006
Changes in directory llvm/tools/bugpoint:
ListReducer.h updated: 1.14 -> 1.15
---
Log message:
Fix line length of a comment.
---
Diffs of the changes: (+2 -2)
ListReducer.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/tools/bugpoint/ListReducer.h
diff -u llvm/tools/bugpoint/ListReducer.h:1.14 llvm/tools/bugpoint/ListReducer.h:1.15
--- llvm/tools/bugpoint/ListReducer.h:1.14 Mon Aug 1 21:16:17 2005
+++ llvm/tools/bugpoint/ListReducer.h Sun Jan 8 16:40:10 2006
@@ -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;
More information about the llvm-commits
mailing list