From efcc03075218fe9f8ee14067b670a43f74363328 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Tue, 27 Sep 2022 09:45:35 +0200 Subject: std-aux/trivial: fix typo in code comment --- src/libnm-std-aux/nm-std-aux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libnm-std-aux/nm-std-aux.h b/src/libnm-std-aux/nm-std-aux.h index 95724252cb..eb16524b88 100644 --- a/src/libnm-std-aux/nm-std-aux.h +++ b/src/libnm-std-aux/nm-std-aux.h @@ -507,7 +507,7 @@ nm_memeq(const void *s1, const void *s2, size_t len) /* * Very similar to g_str_has_prefix() with the obvious meaning. * Differences: - * 1) suffix is enforced to be a C string literal + * 1) prefix is enforced to be a C string literal * (it is thus more restricted, but you'll know it at compile time). * 2) it accepts str==NULL * (it is thus more forgiving than g_str_has_prefix()) -- cgit v1.2.3