diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2010-08-07 05:25:29 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2010-08-07 05:25:29 +0000 |
commit | 5caa7c58db926a9481de01971c67e9d7ca2116d4 (patch) | |
tree | 3b4d8689a9d0388914126ba81cda088c449d095e | |
parent | 6b99da0aab0986500994294173a224d64df80d1e (diff) | |
download | bcm5719-llvm-5caa7c58db926a9481de01971c67e9d7ca2116d4.tar.gz bcm5719-llvm-5caa7c58db926a9481de01971c67e9d7ca2116d4.zip |
Fix typo.
llvm-svn: 110502
-rw-r--r-- | llvm/include/llvm/ADT/FoldingSet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/ADT/FoldingSet.h b/llvm/include/llvm/ADT/FoldingSet.h index fc8490abf73..9e080c4e68f 100644 --- a/llvm/include/llvm/ADT/FoldingSet.h +++ b/llvm/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 { |