dhcp/trivial: fix spelling error in comment

This commit is contained in:
Thomas Haller 2019-01-25 11:24:06 +01:00 committed by Yu Watanabe
parent 42a1491503
commit 01dab40ba5

View file

@ -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