diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-01-08 22:40:10 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-01-08 22:40:10 +0000 |
commit | 9d59a8273e3d56abe0d41190e86c3ca6d68af65a (patch) | |
tree | ba343316c173eed5f9bee78780de545056464ea6 /llvm/tools/bugpoint/ListReducer.h | |
parent | 2c1b03d9e2d9018794ac9f3fe3341f0de0967006 (diff) | |
download | bcm5719-llvm-9d59a8273e3d56abe0d41190e86c3ca6d68af65a.tar.gz bcm5719-llvm-9d59a8273e3d56abe0d41190e86c3ca6d68af65a.zip |
Fix line length of a comment.
llvm-svn: 25149
Diffstat (limited to 'llvm/tools/bugpoint/ListReducer.h')
-rw-r--r-- | llvm/tools/bugpoint/ListReducer.h | 4 |
1 files changed, 2 insertions, 2 deletions
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; |