summaryrefslogtreecommitdiff
path: root/hv_func.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2015-07-25 13:32:25 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2015-07-25 15:53:05 -0400
commit21ac16fed6668df441c18d5b3777df12ec41e0f8 (patch)
treeae1e780a7e6fc2db4e1829b4ba6e5b4f3b23fd64 /hv_func.h
parentd229247c9de1752f1efabaa8270c270d4c569706 (diff)
downloadperl-21ac16fed6668df441c18d5b3777df12ec41e0f8.tar.gz
Comment detypos.
Diffstat (limited to 'hv_func.h')
-rw-r--r--hv_func.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hv_func.h b/hv_func.h
index eebb9be435..1aaaae7d93 100644
--- a/hv_func.h
+++ b/hv_func.h
@@ -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.
*/