aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2009-04-01 21:33:08 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2009-04-01 21:33:08 +0000
commitb035842c34668e76a0637f018a5b0157c44ccc61 (patch)
tree3c81f8d49fd3aa42d81f9d5942c24733093ca45b
parent8a7eed32678cf6cb3cf29c77a7fa67abc6450aa9 (diff)
Fixed spelling.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68248 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/ADT/HashExtras.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ADT/HashExtras.h b/include/llvm/ADT/HashExtras.h
index 85abf915e3..20c4fd3058 100644
--- a/include/llvm/ADT/HashExtras.h
+++ b/include/llvm/ADT/HashExtras.h
@@ -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.
//
//===----------------------------------------------------------------------===//