mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
dhcp/trivial: fix spelling error in comment
This commit is contained in:
committed by
Yu Watanabe
parent
42a1491503
commit
01dab40ba5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user