]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
virlog: Remove stray "todo" in comment
authorTim Wiederhake <twiederh@redhat.com>
Thu, 15 Apr 2021 08:12:13 +0000 (10:12 +0200)
committerJán Tomko <jtomko@redhat.com>
Thu, 15 Apr 2021 13:42:21 +0000 (15:42 +0200)
Fixes: 8fe30b2167b5b56461b11dbf02aca83030070caf
Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Ján Tomko <jtomko@redhat.com>
src/util/virlog.c

index 8a582a06c04e309900e0c38889688cf6472ce840..78be1993cd796a5a132cca7135dad4a3d2bd3fde 100644 (file)
@@ -1315,7 +1315,7 @@ virLogFilterNew(const char *match,
     ret->priority = priority;
 
     /* We must treat 'foo' as equiv to '*foo*' for g_pattern_match
-     * todo substring matches, so add 2 extra bytes
+     * substring matches, so add 2 extra bytes
      */
     ret->match = g_new0(char, mlen + 3);
     ret->match[0] = '*';