Fix a comment typo.
authorBob Wilson <bob.wilson@apple.com>
Fri, 12 Feb 2010 22:34:54 +0000 (22:34 +0000)
committerBob Wilson <bob.wilson@apple.com>
Fri, 12 Feb 2010 22:34:54 +0000 (22:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96027 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ADT/SmallPtrSet.h

index c29fc9f3d244c24b0d6e0da19e0f512cdf8ffd81..ef0812592be1b946ae65c7eb4256e9ffa602f671 100644 (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.