diff options
| author | Nick Lewycky <nicholas@mxc.ca> | 2012-09-13 07:01:25 +0000 |
|---|---|---|
| committer | Nick Lewycky <nicholas@mxc.ca> | 2012-09-13 07:01:25 +0000 |
| commit | 32feef063d8a78674450e8dbaea1e8d5e9694e60 (patch) | |
| tree | 6bd5ab56439b2ac72d2be322a1b7af0dfee40afa /llvm | |
| parent | b47e6bc597466438fcb960ebcd34eec54bc52edf (diff) | |
| download | bcm5719-llvm-32feef063d8a78674450e8dbaea1e8d5e9694e60.tar.gz bcm5719-llvm-32feef063d8a78674450e8dbaea1e8d5e9694e60.zip | |
Fix typo in comment.
llvm-svn: 163782
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/ADT/Hashing.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/ADT/Hashing.h b/llvm/include/llvm/ADT/Hashing.h index 23633045ff0..cda31a261df 100644 --- a/llvm/include/llvm/ADT/Hashing.h +++ b/llvm/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 { |

