summaryrefslogtreecommitdiff
path: root/lib/librte_lpm
diff options
context:
space:
mode:
authorJohn McNamara <john.mcnamara@intel.com>2019-04-26 16:14:22 +0100
committerThomas Monjalon <thomas@monjalon.net>2019-05-03 00:38:14 +0200
commit8bd5f07c7a1ac0c5b8d16758efc3ada3e16b0adc (patch)
tree07483c0f00d00c1ee855da8bd33423f625a9d739 /lib/librte_lpm
parentd629b7b5fe812f0040b83d27d2ada33b003aa918 (diff)
doc: fix spelling reported by aspell in comments
Fix spelling errors in the doxygen docs. Signed-off-by: John McNamara <john.mcnamara@intel.com>
Diffstat (limited to 'lib/librte_lpm')
-rw-r--r--lib/librte_lpm/rte_lpm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/librte_lpm/rte_lpm.h b/lib/librte_lpm/rte_lpm.h
index 21550444d1..b886f54b40 100644
--- a/lib/librte_lpm/rte_lpm.h
+++ b/lib/librte_lpm/rte_lpm.h
@@ -442,7 +442,7 @@ rte_lpm_lookup_bulk_func(const struct rte_lpm *lpm, const uint32_t *ips,
* @param hop
* Next hop of the most specific rule found for IP (valid on lookup hit only).
* This is an 4 elements array of two byte values.
- * If the lookup was succesfull for the given IP, then least significant byte
+ * If the lookup was successful for the given IP, then least significant byte
* of the corresponding element is the actual next hop and the most
* significant byte is zero.
* If the lookup for the given IP failed, then corresponding element would