Fix typo.
authorNick Lewycky <nicholas@mxc.ca>
Sat, 7 Aug 2010 05:25:29 +0000 (05:25 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sat, 7 Aug 2010 05:25:29 +0000 (05:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110502 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ADT/FoldingSet.h

index fc8490abf739d45ee63d73401542f7206dc9cf6f..9e080c4e68f6e406465aa44f1b26871e759d2029 100644 (file)
@@ -198,7 +198,7 @@ protected:
 ///  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 {