summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2010-08-07 05:25:29 +0000
committerNick Lewycky <nicholas@mxc.ca>2010-08-07 05:25:29 +0000
commitdbac071050010effb95febae0ddf72102551323d (patch)
tree24c1d2303856f11c61874099e6cc214f17eea456 /include
parent8d570bf8e9eb41e2f1c283bd67cc58514b0c429a (diff)
downloadllvm-dbac071050010effb95febae0ddf72102551323d.tar.gz
llvm-dbac071050010effb95febae0ddf72102551323d.tar.bz2
llvm-dbac071050010effb95febae0ddf72102551323d.tar.xz
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110502 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/ADT/FoldingSet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ADT/FoldingSet.h b/include/llvm/ADT/FoldingSet.h
index fc8490abf7..9e080c4e68 100644
--- a/include/llvm/ADT/FoldingSet.h
+++ b/include/llvm/ADT/FoldingSet.h
@@ -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 {