summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/FoldingSet.h
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2008-03-19 10:59:59 +0000
committerDuncan Sands <baldrick@free.fr>2008-03-19 10:59:59 +0000
commitc35595fd2ac733ff0c35a1e43992f59f35816411 (patch)
tree49c8a3e38f7d9cc7b0943e5abc3dfabbf25ff2c6 /include/llvm/ADT/FoldingSet.h
parent15cbde3cf6542ec9c120f59d5d8f3586f5f332c6 (diff)
downloadllvm-c35595fd2ac733ff0c35a1e43992f59f35816411.tar.gz
llvm-c35595fd2ac733ff0c35a1e43992f59f35816411.tar.bz2
llvm-c35595fd2ac733ff0c35a1e43992f59f35816411.tar.xz
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48543 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/ADT/FoldingSet.h')
-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 0efe78d7bd..c6696b3034 100644
--- a/include/llvm/ADT/FoldingSet.h
+++ b/include/llvm/ADT/FoldingSet.h
@@ -32,7 +32,7 @@ namespace llvm {
///
/// This class is implemented as a single-link chained hash table, where the
/// "buckets" are actually the nodes themselves (the next pointer is in the
-/// node). The last node points back to the bucket to simplified node removal.
+/// node). The last node points back to the bucket to simplify node removal.
///
/// Any node that is to be included in the folding set must be a subclass of
/// FoldingSetNode. The node class must also define a Profile method used to