From: Thomas Haller Date: Fri, 25 Jan 2019 10:24:06 +0000 (+0100) Subject: dhcp/trivial: fix spelling error in comment X-Git-Tag: v241-rc1~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=01dab40ba54f76c35b53fbfe78c9d7b340a2367f;p=thirdparty%2Fsystemd.git dhcp/trivial: fix spelling error in comment --- diff --git a/src/libsystemd-network/dhcp-identifier.c b/src/libsystemd-network/dhcp-identifier.c index 4221b9c5044..04bf64cce5f 100644 --- a/src/libsystemd-network/dhcp-identifier.c +++ b/src/libsystemd-network/dhcp-identifier.c @@ -196,7 +196,7 @@ int dhcp_identifier_set_iaid( if (legacy_unstable_byteorder) /* for historical reasons (a bug), the bits were swapped and thus - * the result was endianness dependant. Preserve that behavior. */ + * the result was endianness dependent. Preserve that behavior. */ id32 = __bswap_32(id32); else /* the fixed behavior returns a stable byte order. Since LE is expected