[llvm-commits] [llvm] r110502 - /llvm/trunk/include/llvm/ADT/FoldingSet.h
Nick Lewycky
nicholas at mxc.ca
Fri Aug 6 22:25:29 PDT 2010
Author: nicholas
Date: Sat Aug 7 00:25:29 2010
New Revision: 110502
URL: http://llvm.org/viewvc/llvm-project?rev=110502&view=rev
Log:
Fix typo.
Modified:
llvm/trunk/include/llvm/ADT/FoldingSet.h
Modified: llvm/trunk/include/llvm/ADT/FoldingSet.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ADT/FoldingSet.h?rev=110502&r1=110501&r2=110502&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ADT/FoldingSet.h (original)
+++ llvm/trunk/include/llvm/ADT/FoldingSet.h Sat Aug 7 00:25:29 2010
@@ -198,7 +198,7 @@
/// to "profile" (in the FoldingSet parlance) an object of a given type.
/// The default behavior is to invoke a 'Profile' method on an object, but
/// through template specialization the behavior can be tailored for specific
-/// types. Combined with the FoldingSetNodeWrapper classs, one can add objects
+/// types. Combined with the FoldingSetNodeWrapper class, one can add objects
/// to FoldingSets that were not originally designed to have that behavior.
///
template<typename T> struct FoldingSetTrait {
More information about the llvm-commits
mailing list