diff options
Diffstat (limited to 'lib/pure/endians.nim')
-rw-r--r-- | lib/pure/endians.nim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/pure/endians.nim b/lib/pure/endians.nim index 94eb41cf6..34270b320 100644 --- a/lib/pure/endians.nim +++ b/lib/pure/endians.nim @@ -7,7 +7,8 @@ # distribution, for details about the copyright. # -## This module contains helpers that deal with `endian`:idx: changes. +## This module contains helpers that deal with different byte orders +## (`endian`:idx:). proc swapEndian64*(outp, inp: pointer) = ## copies `inp` to `outp` swapping bytes. Both buffers are supposed to |