net/bnxt: fix null dereference in session cleanup
[dpdk.git] / app / test-pmd / icmpecho.c
index 8f1d68a..99c94cb 100644 (file)
@@ -20,7 +20,6 @@
 #include <rte_cycles.h>
 #include <rte_per_lcore.h>
 #include <rte_lcore.h>
-#include <rte_atomic.h>
 #include <rte_branch_prediction.h>
 #include <rte_memory.h>
 #include <rte_mempool.h>
@@ -54,7 +53,7 @@ arp_op_name(uint16_t arp_op)
        default:
                break;
        }
-       return "Unkwown ARP op";
+       return "Unknown ARP op";
 }
 
 static const char *