Fix typo in comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163782 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Nick Lewycky 2012-09-13 07:01:25 +00:00
parent 76b29b518d
commit b2eb740671

View File

@ -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 {