mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-20 22:20:38 +02:00
trivial: fix invalid code comment
Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
2f67105a91
commit
b73783b4a4
1 changed files with 1 additions and 1 deletions
|
|
@ -1781,7 +1781,7 @@ test_ip4_netmask_to_prefix (void)
|
|||
continue;
|
||||
|
||||
/* create an invalid netmask with holes and check that the function
|
||||
* returns the longest prefix and logs an assert. */
|
||||
* returns the longest prefix. */
|
||||
prefix_holey = nm_utils_ip4_netmask_to_prefix (netmask_holey);
|
||||
|
||||
g_assert_cmpint (i, ==, prefix_holey);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue