aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2008-11-03 03:50:40 +0000
committerNick Lewycky <nicholas@mxc.ca>2008-11-03 03:50:40 +0000
commitb90c37f64c5b856a4492f0c1f16c065ae9e31232 (patch)
treedb2750ab1a8529fa00e54323fed28305d2db3d3e /include/llvm/ADT
parentaf38613e319fa9a8868578e94a48ec6349788266 (diff)
downloadexternal_llvm-b90c37f64c5b856a4492f0c1f16c065ae9e31232.zip
external_llvm-b90c37f64c5b856a4492f0c1f16c065ae9e31232.tar.gz
external_llvm-b90c37f64c5b856a4492f0c1f16c065ae9e31232.tar.bz2
Typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58594 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/ADT')
-rw-r--r--include/llvm/ADT/ImmutableSet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ADT/ImmutableSet.h b/include/llvm/ADT/ImmutableSet.h
index c351771..1e5885a 100644
--- a/include/llvm/ADT/ImmutableSet.h
+++ b/include/llvm/ADT/ImmutableSet.h
@@ -558,7 +558,7 @@ private:
return Balance(Left(T), Value(T), Add_internal(V,Right(T)));
}
- /// Remove_interal - Creates a new tree that includes all the data
+ /// Remove_internal - Creates a new tree that includes all the data
/// from the original tree except the specified data. If the
/// specified data did not exist in the original tree, the original
/// tree is returned.