summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2014-03-14 17:06:19 +0100
committerThomas Haller <thaller@redhat.com>2014-03-14 17:06:19 +0100
commitb73783b4a4b72a924c85fd471cfe88675db26b22 (patch)
tree9d44e490cebf3ececac9a889c21059f07a09b9fe
parent2f67105a914b234562e69717f8a05e9db3239eb3 (diff)
downloadNetworkManager-b73783b4a4b72a924c85fd471cfe88675db26b22.tar.gz
trivial: fix invalid code comment
Signed-off-by: Thomas Haller <thaller@redhat.com>
-rw-r--r--libnm-util/tests/test-general.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-util/tests/test-general.c b/libnm-util/tests/test-general.c
index 097e238fa6..90aa05bfbd 100644
--- a/libnm-util/tests/test-general.c
+++ b/libnm-util/tests/test-general.c
@@ -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);