summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/net/ynl/samples/tc-filter-add.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/net/ynl/samples/tc-filter-add.c b/tools/net/ynl/samples/tc-filter-add.c
index 1f9cd3f62df6..97871e9e9edc 100644
--- a/tools/net/ynl/samples/tc-filter-add.c
+++ b/tools/net/ynl/samples/tc-filter-add.c
@@ -207,7 +207,7 @@ static int tc_filter_del(struct ynl_sock *ys, int ifi)
req = tc_deltfilter_req_alloc();
if (!req) {
- fprintf(stderr, "tc_deltfilter_req_alloc failedq\n");
+ fprintf(stderr, "tc_deltfilter_req_alloc failed\n");
return -1;
}
memset(req, 0, sizeof(*req));