Fix typo in comment.
authorNick Lewycky <nicholas@mxc.ca>
Thu, 13 Sep 2012 07:01:25 +0000 (07:01 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Thu, 13 Sep 2012 07:01:25 +0000 (07:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163782 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ADT/Hashing.h

index 23633045ff04b87404a580520d9a005f516c7583..cda31a261df29248b01d6f65f8ab22acc7954b33 100644 (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 {