]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
dhcp/trivial: fix spelling error in comment
authorThomas Haller <thaller@redhat.com>
Fri, 25 Jan 2019 10:24:06 +0000 (11:24 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 25 Jan 2019 11:29:39 +0000 (20:29 +0900)
src/libsystemd-network/dhcp-identifier.c

index 4221b9c5044e1b8e7dd949d03df4ae4a5171b342..04bf64cce5f2f702423094f31e17021128c73732 100644 (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