summaryrefslogtreecommitdiff
path: root/hv_macro.h
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2023-01-20 10:16:52 +0100
committerYves Orton <demerphq@gmail.com>2023-01-21 12:05:24 +0800
commit8dabbec951065d98f698353b99f5f543557b152a (patch)
treee4ea090b66e1b660f01f16d87bebc22c701e0061 /hv_macro.h
parent8111bf2fc3870f8146bb46652b66bd517e82b4dd (diff)
downloadperl-8dabbec951065d98f698353b99f5f543557b152a.tar.gz
hv_macro.h - fix comment
Some weird typos there, this fixes them to be correct.
Diffstat (limited to 'hv_macro.h')
-rw-r--r--hv_macro.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hv_macro.h b/hv_macro.h
index c052653c35..5bf02a80ed 100644
--- a/hv_macro.h
+++ b/hv_macro.h
@@ -20,9 +20,9 @@
* The following 3 macros are defined in this section. The other macros defined
* are only needed to help derive these 3.
*
- * U8TO16_LE(x) Read a little endian unsigned 32-bit int
+ * U8TO16_LE(x) Read a little endian unsigned 16-bit int
* U8TO32_LE(x) Read a little endian unsigned 32-bit int
- * U8TO28_LE(x) Read a little endian unsigned 32-bit int
+ * U8TO64_LE(x) Read a little endian unsigned 64-bit int
* ROTL32(x,r) Rotate x left by r bits
* ROTL64(x,r) Rotate x left by r bits
* ROTR32(x,r) Rotate x right by r bits