fix spelling in comments and doxygen
[dpdk.git] / app / test / test_bpf.c
index 8f2414e..8b28722 100644 (file)
@@ -2407,7 +2407,7 @@ static const struct ebpf_insn test_call5_prog[] = {
        },
 };
 
-/* String comparision impelementation, return 0 if equal else difference */
+/* String comparison implementation, return 0 if equal else difference */
 static uint32_t
 dummy_func5(const char *s1, const char *s2)
 {