Typo
authorNick Lewycky <nicholas@mxc.ca>
Mon, 3 Nov 2008 03:50:40 +0000 (03:50 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Mon, 3 Nov 2008 03:50:40 +0000 (03:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58594 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ADT/ImmutableSet.h

index c351771c6da22413c9f4b88f0199ae6d2d6d8d6a..1e5885a0fd726164996825fcd5d5b7a19672ad46 100644 (file)
@@ -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.