Skip to content

Commit

Permalink
hv_macro.h - fix comment
Browse files Browse the repository at this point in the history
Some weird typos there, this fixes them to be correct.
  • Loading branch information
demerphq committed Jan 21, 2023
1 parent 8111bf2 commit 8dabbec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hv_macro.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8dabbec

Please sign in to comment.