diff options
| author | Karel Zak <kzak@redhat.com> | 2023-12-14 09:44:40 +0100 |
|---|---|---|
| committer | Karel Zak <kzak@redhat.com> | 2023-12-14 09:44:40 +0100 |
| commit | fff33391c83507c663ea9d361cbbf09b7620da8a (patch) | |
| tree | 25f12fac088ad93239758c33fdd6b01d9671f6bc | |
| parent | d5b9e85b4c1d6eac6a5888cec2e8d9ce11ef28de (diff) | |
| download | util-linux-fff33391c83507c663ea9d361cbbf09b7620da8a.tar.gz | |
libsmartcols: fix typo in comment
Signed-off-by: Karel Zak <kzak@redhat.com>
| -rw-r--r-- | libsmartcols/src/filter-parser.y | 2 |
1 files changed, 1 insertions, 1 deletions
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($$); |
