1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-23 17:34:00 +03:00

man/sd-id128: Fix endian*n*ess

At least Wikipedia writes it that way [1].

[1] https://en.wikipedia.org/wiki/Endianness
This commit is contained in:
Paul Menzel 2012-07-07 13:09:18 +02:00 committed by Lennart Poettering
parent bfc79e342f
commit 40b9043483

View File

@ -94,7 +94,7 @@
<para>This union type allows accessing the 128 bit ID
as 16 separate bytes or two 64 bit words. It is generally
safer to access the ID components by their 8 bit array
to avoid endianess issues. This union is intended to
to avoid endianness issues. This union is intended to
be passed call-by-value (as opposed to
call-by-reference) and may be directly manipulated by
clients.</para>