1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Fix typo in comment.

llvm-svn: 163782
This commit is contained in:
Nick Lewycky 2012-09-13 07:01:25 +00:00
parent e2e98bb26b
commit 5931f2813a

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 {