Skip to content

Commit 8dabbec

Browse files
committed
hv_macro.h - fix comment
Some weird typos there, this fixes them to be correct.
1 parent 8111bf2 commit 8dabbec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hv_macro.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
* The following 3 macros are defined in this section. The other macros defined
2121
* are only needed to help derive these 3.
2222
*
23-
* U8TO16_LE(x) Read a little endian unsigned 32-bit int
23+
* U8TO16_LE(x) Read a little endian unsigned 16-bit int
2424
* U8TO32_LE(x) Read a little endian unsigned 32-bit int
25-
* U8TO28_LE(x) Read a little endian unsigned 32-bit int
25+
* U8TO64_LE(x) Read a little endian unsigned 64-bit int
2626
* ROTL32(x,r) Rotate x left by r bits
2727
* ROTL64(x,r) Rotate x left by r bits
2828
* ROTR32(x,r) Rotate x right by r bits

0 commit comments

Comments
 (0)