[llvm-commits] [llvm] r163782 - /llvm/trunk/include/llvm/ADT/Hashing.h

Nick Lewycky nicholas at mxc.ca
Thu Sep 13 00:01:25 PDT 2012


Author: nicholas
Date: Thu Sep 13 02:01:25 2012
New Revision: 163782

URL: http://llvm.org/viewvc/llvm-project?rev=163782&view=rev
Log:
Fix typo in comment.

Modified:
    llvm/trunk/include/llvm/ADT/Hashing.h

Modified: llvm/trunk/include/llvm/ADT/Hashing.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ADT/Hashing.h?rev=163782&r1=163781&r2=163782&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ADT/Hashing.h (original)
+++ llvm/trunk/include/llvm/ADT/Hashing.h Thu Sep 13 02:01:25 2012
@@ -710,7 +710,7 @@
 #endif
 
 
-// Implementation details for implementatinos of hash_value overloads provided
+// Implementation details for implementations of hash_value overloads provided
 // here.
 namespace hashing {
 namespace detail {





More information about the llvm-commits mailing list