From b73783b4a4b72a924c85fd471cfe88675db26b22 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Fri, 14 Mar 2014 17:06:19 +0100 Subject: [PATCH] trivial: fix invalid code comment Signed-off-by: Thomas Haller --- libnm-util/tests/test-general.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);