summaryrefslogtreecommitdiffstats
path: root/sys/net/mp_ring.c
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-05-19 16:28:05 +0000
committerpfg <pfg@FreeBSD.org>2016-05-19 16:28:05 +0000
commit40226afa3d061c832ec44b8b8fc03a8c3baa6f4f (patch)
tree4e7f83bfdd221eedaa3cc7dbc1670f6df6f70a57 /sys/net/mp_ring.c
parent7721b100d2503736cd168e44d5c102670668ad58 (diff)
downloadFreeBSD-src-40226afa3d061c832ec44b8b8fc03a8c3baa6f4f.zip
FreeBSD-src-40226afa3d061c832ec44b8b8fc03a8c3baa6f4f.tar.gz
sys/net: more spelling.
Diffstat (limited to 'sys/net/mp_ring.c')
-rw-r--r--sys/net/mp_ring.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/mp_ring.c b/sys/net/mp_ring.c
index 1e17964..3ff272c 100644
--- a/sys/net/mp_ring.c
+++ b/sys/net/mp_ring.c
@@ -358,7 +358,7 @@ ifmp_ring_enqueue(struct ifmp_ring *r, void **items, int n, int budget)
/*
* Wait for other producers who got in ahead of us to enqueue their
* items, one producer at a time. It is our turn when the ring's
- * pidx_tail reaches the begining of our reservation (pidx_start).
+ * pidx_tail reaches the beginning of our reservation (pidx_start).
*/
while (ns.pidx_tail != pidx_start) {
cpu_spinwait();
@@ -432,7 +432,7 @@ ifmp_ring_enqueue(struct ifmp_ring *r, void **items, int n, int budget)
/*
* Wait for other producers who got in ahead of us to enqueue their
* items, one producer at a time. It is our turn when the ring's
- * pidx_tail reaches the begining of our reservation (pidx_start).
+ * pidx_tail reaches the beginning of our reservation (pidx_start).
*/
while (ns.pidx_tail != pidx_start) {
cpu_spinwait();
OpenPOWER on IntegriCloud