examples/l2fwd-jobstats: fix a typo
authorRami Rosen <rami.rosen@intel.com>
Thu, 21 Apr 2016 18:16:47 +0000 (21:16 +0300)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 8 Jun 2016 20:38:52 +0000 (22:38 +0200)
Signed-off-by: Rami Rosen <rami.rosen@intel.com>
examples/l2fwd-jobstats/main.c

index c193840..614ea60 100644 (file)
@@ -987,7 +987,7 @@ main(int argc, char **argv)
                        struct rte_jobstats *job = &qconf->port_fwd_jobs[i];
 
                        portid = qconf->rx_port_list[i];
-                       printf("Setting forward jon for port %u\n", portid);
+                       printf("Setting forward job for port %u\n", portid);
 
                        snprintf(name, RTE_DIM(name), "port %u fwd", portid);
                        /* Setup forward job.