aboutsummaryrefslogtreecommitdiff
path: root/lib/libnetmap/libnetmap.h
diff options
context:
space:
mode:
authorVincenzo Maffione <vmaffione@FreeBSD.org>2021-04-02 07:01:20 +0000
committerVincenzo Maffione <vmaffione@FreeBSD.org>2021-04-02 07:01:20 +0000
commit45c67e8f6b56b9744f01142747fadf291fe3fad2 (patch)
tree1969681deebcb580c8045529d1de5e91e1ae7277 /lib/libnetmap/libnetmap.h
parent66671ae589c3c605c9ededa8980ce3fc4b27e642 (diff)
Diffstat (limited to 'lib/libnetmap/libnetmap.h')
-rw-r--r--lib/libnetmap/libnetmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libnetmap/libnetmap.h b/lib/libnetmap/libnetmap.h
index ff03babc04b1..129189aab87d 100644
--- a/lib/libnetmap/libnetmap.h
+++ b/lib/libnetmap/libnetmap.h
@@ -418,7 +418,7 @@ struct nmreq_pools_info* nmport_extmem_getinfo(struct nmport_d *d);
* @initial the initial offset for all the slots
* @maxoff the maximum offset
* @bits the number of bits of slot->ptr to use for the offsets
- * @mingap the minimum gap betwen offsets (in shared buffers)
+ * @mingap the minimum gap between offsets (in shared buffers)
*
* With this option the lower @bits bits of the ptr field in the netmap_slot
* can be used to specify an offset into the buffer. All offsets will be set
@@ -440,7 +440,7 @@ struct nmreq_pools_info* nmport_extmem_getinfo(struct nmport_d *d);
* starting o bytes in the buffer. Note that the address of the packet must
* comply with any alignment constraints that the port may have, or the result
* will be undefined. The user may read the alignment constraint in the new
- * ring->buf_align field. It is also possibile that empty slots already come
+ * ring->buf_align field. It is also possible that empty slots already come
* with a non-zero offset o specified in the offset field. In this case, the
* user will have to write the packet at an offset o' >= o.
*