From b035842c34668e76a0637f018a5b0157c44ccc61 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Wed, 1 Apr 2009 21:33:08 +0000 Subject: [PATCH] Fixed spelling. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68248 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/ADT/HashExtras.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/ADT/HashExtras.h b/include/llvm/ADT/HashExtras.h index 85abf915e3c57..20c4fd3058a28 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. // //===----------------------------------------------------------------------===//