X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fip_fragmentation%2Fmain.c;h=654b315cfbf322085f82b1ab36518bcd454628e0;hb=917ac9c49cdc12ec7dc21958524273b31b405b6b;hp=71c1d12fc4752323792574ee96f19438bbd7471b;hpb=5e470a6654e1c90066ce4e96dc26798093c34d6e;p=dpdk.git diff --git a/examples/ip_fragmentation/main.c b/examples/ip_fragmentation/main.c index 71c1d12fc4..654b315cfb 100644 --- a/examples/ip_fragmentation/main.c +++ b/examples/ip_fragmentation/main.c @@ -1020,7 +1020,7 @@ main(int argc, char **argv) if (check_ptype(portid) == 0) { rte_eth_add_rx_callback(portid, 0, cb_parse_ptype, NULL); - printf("Add Rx callback funciton to detect L3 packet type by SW :" + printf("Add Rx callback function to detect L3 packet type by SW :" " port = %d\n", portid); } }