From: Misha Brukman Date: Wed, 1 Apr 2009 21:33:08 +0000 (+0000) Subject: Fixed spelling. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b035842c34668e76a0637f018a5b0157c44ccc61;p=oota-llvm.git Fixed spelling. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68248 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/ADT/HashExtras.h b/include/llvm/ADT/HashExtras.h index 85abf915e3c..20c4fd3058a 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. // //===----------------------------------------------------------------------===//