diff options
author | Jack Lloyd <[email protected]> | 2018-11-27 16:07:43 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-11-27 16:07:43 -0500 |
commit | b03f38f57d4f50ace1ed8b57d83ba70eb5bc1dfb (patch) | |
tree | 87bba859b526844724fef58235ae7afc098f313e | |
parent | 7432a5297cf2c57c40d925a943051eec08e20fc9 (diff) |
Fix typo [ci skip]
-rw-r--r-- | src/lib/utils/loadstor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/utils/loadstor.h b/src/lib/utils/loadstor.h index 579d05deb..0b1cebdb4 100644 --- a/src/lib/utils/loadstor.h +++ b/src/lib/utils/loadstor.h @@ -71,7 +71,7 @@ inline constexpr uint32_t make_uint32(uint8_t i0, uint8_t i1, uint8_t i2, uint8_ } /** -* Make a uint32_t from eight bytes +* Make a uint64_t from eight bytes * @param i0 the first byte * @param i1 the second byte * @param i2 the third byte |