[llvm-commits] [llvm] r61554 - /llvm/trunk/include/llvm/ADT/STLExtras.h
Nick Lewycky
nicholas at mxc.ca
Thu Jan 1 21:01:24 PST 2009
Author: nicholas
Date: Thu Jan 1 23:01:22 2009
New Revision: 61554
URL: http://llvm.org/viewvc/llvm-project?rev=61554&view=rev
Log:
Fix typo.
Modified:
llvm/trunk/include/llvm/ADT/STLExtras.h
Modified: llvm/trunk/include/llvm/ADT/STLExtras.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ADT/STLExtras.h?rev=61554&r1=61553&r2=61554&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ADT/STLExtras.h (original)
+++ llvm/trunk/include/llvm/ADT/STLExtras.h Thu Jan 1 23:01:22 2009
@@ -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.
//
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list