[llvm-commits] [llvm] r68248 - /llvm/trunk/include/llvm/ADT/HashExtras.h
Misha Brukman
brukman+llvm at gmail.com
Wed Apr 1 14:33:08 PDT 2009
Author: brukman
Date: Wed Apr 1 16:33:08 2009
New Revision: 68248
URL: http://llvm.org/viewvc/llvm-project?rev=68248&view=rev
Log:
Fixed spelling.
Modified:
llvm/trunk/include/llvm/ADT/HashExtras.h
Modified: llvm/trunk/include/llvm/ADT/HashExtras.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ADT/HashExtras.h?rev=68248&r1=68247&r2=68248&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ADT/HashExtras.h (original)
+++ llvm/trunk/include/llvm/ADT/HashExtras.h Wed Apr 1 16:33:08 2009
@@ -10,7 +10,7 @@
// This file contains some templates that are useful if you are working with the
// STL Hashed containers.
//
-// No library is required when using these functinons.
+// No library is required when using these functions.
//
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list