1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Fix line length of a comment.

llvm-svn: 25149
This commit is contained in:
Reid Spencer 2006-01-08 22:40:10 +00:00
parent a19fcf4b2c
commit ae8ad0d55a

View 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;