mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-06 07:20:14 +01:00
glib-aux/trivial: fix typo in comment
This commit is contained in:
parent
1326e42823
commit
f16a6f55fb
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ nm_ip_addr_set_from_variant(int addr_family, gpointer dst, GVariant *variant, in
|
|||
g_return_val_if_fail(dst, FALSE);
|
||||
g_return_val_if_fail(variant, FALSE);
|
||||
|
||||
/* This function always expects IP addressea a byte arrays ("ay"). Note that
|
||||
/* This function always expects IP addresses as byte arrays ("ay"). Note that
|
||||
* several NetworkManager API uses "u" (32 bit unsigned intergers) for IPv4 addresses.
|
||||
* So this function won't work in those cases.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue