From: Paul Menzel Date: Sat, 7 Jul 2012 11:09:18 +0000 (+0200) Subject: man/sd-id128: Fix endian*n*ess X-Git-Tag: v187~157 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=40b90434832c373c1394bc502523bee39c279c24 man/sd-id128: Fix endian*n*ess At least Wikipedia writes it that way [1]. [1] https://en.wikipedia.org/wiki/Endianness --- diff --git a/man/sd-id128.xml b/man/sd-id128.xml index db664f8c7..ea4e3a4fd 100644 --- a/man/sd-id128.xml +++ b/man/sd-id128.xml @@ -94,7 +94,7 @@ 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.