summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-01-25 11:24:06 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-01-25 20:29:39 +0900
commit01dab40ba54f76c35b53fbfe78c9d7b340a2367f (patch)
tree3648a6d71ba1dbb19641c9d9fe51e7b62b01fe45
parent42a1491503e8d0db08c98149f91e6c91f27cc40c (diff)
downloadsystemd-01dab40ba54f76c35b53fbfe78c9d7b340a2367f.tar.gz
dhcp/trivial: fix spelling error in comment
-rw-r--r--src/libsystemd-network/dhcp-identifier.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd-network/dhcp-identifier.c b/src/libsystemd-network/dhcp-identifier.c
index 4221b9c504..04bf64cce5 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