Skip to content

Commit

Permalink
Update src/lib/utils/loadstor.h
Browse files Browse the repository at this point in the history
Co-authored-by: Fabian Albert <[email protected]>
  • Loading branch information
reneme and FAlbertDev authored Nov 22, 2023
1 parent b4c057e commit 5e52e4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/utils/loadstor.h
Original file line number Diff line number Diff line change
Expand Up @@ -492,9 +492,9 @@ inline constexpr auto store_be(T in) {
}

/**
* Store a big-endian unsigned integer
* Store a little-endian unsigned integer
* @param in the input unsigned integer
* @return a byte array holding the integer value in big-endian byte order
* @return a byte array holding the integer value in little-endian byte order
*/
template <concepts::unsigned_integral T>
inline constexpr auto store_le(T in) {
Expand Down

0 comments on commit 5e52e4b

Please sign in to comment.