Fix a comment typo.

llvm-svn: 96027
This commit is contained in:
Bob Wilson 2010-02-12 22:34:54 +00:00
parent 12455ca03d
commit e464c658ce
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ struct NextPowerOfTwo {
};
/// SmallPtrSet - This class implements a set which is optimizer for holding
/// SmallPtrSet - This class implements a set which is optimized for holding
/// SmallSize or less elements. This internally rounds up SmallSize to the next
/// power of two if it is not already a power of two. See the comments above
/// SmallPtrSetImpl for details of the algorithm.