From 01dab40ba54f76c35b53fbfe78c9d7b340a2367f Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Fri, 25 Jan 2019 11:24:06 +0100 Subject: [PATCH] dhcp/trivial: fix spelling error in comment --- src/libsystemd-network/dhcp-identifier.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2