]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libsmartcols: fix typo in comment
authorKarel Zak <kzak@redhat.com>
Thu, 14 Dec 2023 08:44:40 +0000 (09:44 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 14 Dec 2023 08:44:40 +0000 (09:44 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
libsmartcols/src/filter-parser.y

index fcbf26a99eef938ca98735bb672b1b3e78233603..ce245f3674c0edde8199b0c39cc75fbb5f456c78 100644 (file)
@@ -58,7 +58,7 @@ void yyerror(yyscan_t *locp, struct libscols_filter *fltr, char const *msg);
 
 %destructor {
                /* This destruct is called on error. The root node will be deallocated
-                * by filter_unref_node().
+                * by scols_unref_filter().
                 */
                if (fltr->root != $$)
                        filter_unref_node($$);