Skip to content

Commit 66fa840

Browse files
blucatohojo
authored andcommitted
xdp-trafficgen: fix typo in log message detected by Lintian
Fixes: 063ec71 ("xdp-trafficgen: Support specifying the packet size for UDP packets") Signed-off-by: Luca Boccassi <[email protected]>
1 parent 6f19b7d commit 66fa840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xdp-trafficgen/xdp-trafficgen.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ static struct udp_packet *prepare_udp_pkt(const struct udpopt *cfg)
296296
}
297297

298298
if (cfg->pkt_size < sizeof(*pkt)) {
299-
pr_warn("Mininum packet size is %zu bytes\n", sizeof(*pkt));
299+
pr_warn("Minimum packet size is %zu bytes\n", sizeof(*pkt));
300300
goto err;
301301
}
302302

0 commit comments

Comments
 (0)