Fix typo.
authorNick Lewycky <nicholas@mxc.ca>
Fri, 2 Jan 2009 05:01:22 +0000 (05:01 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Fri, 2 Jan 2009 05:01:22 +0000 (05:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61554 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ADT/STLExtras.h

index 9f4876156076b4e6f622576f33c2b43fcfc79339..acfeae5473166c4bc98ba06a3116cfba1438177e 100644 (file)
@@ -10,7 +10,7 @@
 // This file contains some templates that are useful if you are working with the
 // STL at all.
 //
-// No library is required when using these functinons.
+// No library is required when using these functions.
 //
 //===----------------------------------------------------------------------===//