diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2015-07-25 13:32:25 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2015-07-25 15:53:05 -0400 |
commit | 21ac16fed6668df441c18d5b3777df12ec41e0f8 (patch) | |
tree | ae1e780a7e6fc2db4e1829b4ba6e5b4f3b23fd64 /hv_func.h | |
parent | d229247c9de1752f1efabaa8270c270d4c569706 (diff) | |
download | perl-21ac16fed6668df441c18d5b3777df12ec41e0f8.tar.gz |
Comment detypos.
Diffstat (limited to 'hv_func.h')
-rw-r--r-- | hv_func.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -568,7 +568,7 @@ S_perl_hash_old_one_at_a_time(const unsigned char * const seed, const unsigned c return a 32 bit hash. Note uses unaligned 64 bit loads - will NOT work on machines with - strict alginment requirements. + strict alignment requirements. Also this code may not be suitable for big-endian machines. */ @@ -626,7 +626,7 @@ S_perl_hash_murmur_hash_64a (const unsigned char * const seed, const unsigned ch a 32 bit value Note uses unaligned 32 bit loads - will NOT work on machines with - strict alginment requirements. + strict alignment requirements. Also this code may not be suitable for big-endian machines. */ |