[llvm-commits] [llvm] r96027 - /llvm/trunk/include/llvm/ADT/SmallPtrSet.h
Bob Wilson
bob.wilson at apple.com
Fri Feb 12 14:34:54 PST 2010
Author: bwilson
Date: Fri Feb 12 16:34:54 2010
New Revision: 96027
URL: http://llvm.org/viewvc/llvm-project?rev=96027&view=rev
Log:
Fix a comment typo.
Modified:
llvm/trunk/include/llvm/ADT/SmallPtrSet.h
Modified: llvm/trunk/include/llvm/ADT/SmallPtrSet.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ADT/SmallPtrSet.h?rev=96027&r1=96026&r2=96027&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ADT/SmallPtrSet.h (original)
+++ llvm/trunk/include/llvm/ADT/SmallPtrSet.h Fri Feb 12 16:34:54 2010
@@ -225,7 +225,7 @@
};
-/// 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.
More information about the llvm-commits
mailing list