From: Nick Lewycky Date: Thu, 13 Sep 2012 07:01:25 +0000 (+0000) Subject: Fix typo in comment. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b2eb7406719a0cd70489a1229af643b04882b046;p=oota-llvm.git Fix typo in comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163782 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/ADT/Hashing.h b/include/llvm/ADT/Hashing.h index 23633045ff0..cda31a261df 100644 --- a/include/llvm/ADT/Hashing.h +++ b/include/llvm/ADT/Hashing.h @@ -710,7 +710,7 @@ hash_code hash_combine(const T1 &arg1) { #endif -// Implementation details for implementatinos of hash_value overloads provided +// Implementation details for implementations of hash_value overloads provided // here. namespace hashing { namespace detail {