From fff33391c83507c663ea9d361cbbf09b7620da8a Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 14 Dec 2023 09:44:40 +0100 Subject: [PATCH] libsmartcols: fix typo in comment Signed-off-by: Karel Zak --- libsmartcols/src/filter-parser.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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($$); -- 2.47.3