aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_net/rte_ip.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/librte_net/rte_ip.h')
-rw-r--r--lib/librte_net/rte_ip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/librte_net/rte_ip.h b/lib/librte_net/rte_ip.h
index 4491b86e..73ec398f 100644
--- a/lib/librte_net/rte_ip.h
+++ b/lib/librte_net/rte_ip.h
@@ -237,7 +237,7 @@ rte_raw_cksum(const void *buf, size_t len)
* @param off
* The offset in bytes to start the checksum.
* @param len
- * The length in bytes of the data to ckecksum.
+ * The length in bytes of the data to checksum.
* @param cksum
* A pointer to the checksum, filled on success.
* @return