summaryrefslogtreecommitdiffstats
path: root/sys/sys/buf_ring.h
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-05-03 15:14:17 +0000
committerpfg <pfg@FreeBSD.org>2016-05-03 15:14:17 +0000
commitcacb7c41e21bf8ff9e1e931a5a98bef75389a4e3 (patch)
tree0bbdc3153f49eb0bc2d5107df04fb80a583242b0 /sys/sys/buf_ring.h
parent63376757cf97c97df302265cd6975b8daf66d631 (diff)
downloadFreeBSD-src-cacb7c41e21bf8ff9e1e931a5a98bef75389a4e3.zip
FreeBSD-src-cacb7c41e21bf8ff9e1e931a5a98bef75389a4e3.tar.gz
sys/sys: minor spelling fixes.
While the changes are minor, these headers are very visible. MFC after: 2 weeks
Diffstat (limited to 'sys/sys/buf_ring.h')
-rw-r--r--sys/sys/buf_ring.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/buf_ring.h b/sys/sys/buf_ring.h
index 6a6bfc4..c771fe0 100644
--- a/sys/sys/buf_ring.h
+++ b/sys/sys/buf_ring.h
@@ -98,7 +98,7 @@ buf_ring_enqueue(struct buf_ring *br, void *buf)
/*
* If there are other enqueues in progress
- * that preceeded us, we need to wait for them
+ * that preceded us, we need to wait for them
* to complete
*/
while (br->br_prod_tail != prod_head)
@@ -135,7 +135,7 @@ buf_ring_dequeue_mc(struct buf_ring *br)
#endif
/*
* If there are other dequeues in progress
- * that preceeded us, we need to wait for them
+ * that preceded us, we need to wait for them
* to complete
*/
while (br->br_cons_tail != cons_head)
OpenPOWER on IntegriCloud