From 9d59a8273e3d56abe0d41190e86c3ca6d68af65a Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 8 Jan 2006 22:40:10 +0000 Subject: Fix line length of a comment. llvm-svn: 25149 --- llvm/tools/bugpoint/ListReducer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/tools/bugpoint/ListReducer.h') diff --git a/llvm/tools/bugpoint/ListReducer.h b/llvm/tools/bugpoint/ListReducer.h index ff2a11d5e91..484b3b57934 100644 --- a/llvm/tools/bugpoint/ListReducer.h +++ b/llvm/tools/bugpoint/ListReducer.h @@ -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; -- cgit v1.2.3