[llvm-commits] [llvm] r58594 - /llvm/trunk/include/llvm/ADT/ImmutableSet.h
Nick Lewycky
nicholas at mxc.ca
Sun Nov 2 19:50:40 PST 2008
Author: nicholas
Date: Sun Nov 2 21:50:40 2008
New Revision: 58594
URL: http://llvm.org/viewvc/llvm-project?rev=58594&view=rev
Log:
Typo
Modified:
llvm/trunk/include/llvm/ADT/ImmutableSet.h
Modified: llvm/trunk/include/llvm/ADT/ImmutableSet.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ADT/ImmutableSet.h?rev=58594&r1=58593&r2=58594&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ADT/ImmutableSet.h (original)
+++ llvm/trunk/include/llvm/ADT/ImmutableSet.h Sun Nov 2 21:50:40 2008
@@ -558,7 +558,7 @@
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.
More information about the llvm-commits
mailing list