summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.
*/