From: Karel Zak Date: Thu, 14 Dec 2023 08:44:40 +0000 (+0100) Subject: libsmartcols: fix typo in comment X-Git-Tag: v2.40-rc1~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fff33391c83507c663ea9d361cbbf09b7620da8a;p=thirdparty%2Futil-linux.git libsmartcols: fix typo in comment Signed-off-by: Karel Zak --- diff --git a/libsmartcols/src/filter-parser.y b/libsmartcols/src/filter-parser.y index fcbf26a99e..ce245f3674 100644 --- a/libsmartcols/src/filter-parser.y +++ b/libsmartcols/src/filter-parser.y @@ -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($$);