summaryrefslogtreecommitdiff
path: root/include/llvm/ADT
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2012-09-13 07:01:25 +0000
committerNick Lewycky <nicholas@mxc.ca>2012-09-13 07:01:25 +0000
commitb2eb7406719a0cd70489a1229af643b04882b046 (patch)
treef6da8442eeb5fe497511935817866959fc8bca99 /include/llvm/ADT
parent76b29b518dad5e719077a1066e242fa91f777a7c (diff)
downloadllvm-b2eb7406719a0cd70489a1229af643b04882b046.tar.gz
llvm-b2eb7406719a0cd70489a1229af643b04882b046.tar.bz2
llvm-b2eb7406719a0cd70489a1229af643b04882b046.tar.xz
Fix typo in comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163782 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/ADT')
-rw-r--r--include/llvm/ADT/Hashing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ADT/Hashing.h b/include/llvm/ADT/Hashing.h
index 23633045ff..cda31a261d 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 {