summaryrefslogtreecommitdiffstats
path: root/sys/net
diff options
context:
space:
mode:
authordlg <dlg@openbsd.org>2020-05-22 07:02:24 +0000
committerdlg <dlg@openbsd.org>2020-05-22 07:02:24 +0000
commit95ca5adb9580ed9bddf7a66c47bc668cab2cf6f7 (patch)
tree3131a0d8d1a72a912602b1160a3ae6d4d8eaee0e /sys/net
parentwhite space fixes. no functional change. (diff)
downloadwireguard-openbsd-95ca5adb9580ed9bddf7a66c47bc668cab2cf6f7.tar.xz
wireguard-openbsd-95ca5adb9580ed9bddf7a66c47bc668cab2cf6f7.zip
better wording
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/ifq.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/net/ifq.h b/sys/net/ifq.h
index 058d99b3d3b..0ffc64f0f52 100644
--- a/sys/net/ifq.h
+++ b/sys/net/ifq.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ifq.h,v 1.30 2020/05/22 05:09:42 dlg Exp $ */
+/* $OpenBSD: ifq.h,v 1.31 2020/05/22 07:02:24 dlg Exp $ */
/*
* Copyright (c) 2015 David Gwynne <dlg@openbsd.org>
@@ -111,9 +111,9 @@ struct ifiqueue {
* notifying the driver to start transmission of the queued packets.
*
* A network device may have multiple contexts for the transmission
- * of packets, ie, independent transmit rings. An network device
- * represented by a struct ifnet may have multiple ifqueue structures,
- * each of which represents an independent context.
+ * of packets, ie, independent transmit rings. Such a network device,
+ * represented by a struct ifnet, would then have multiple ifqueue
+ * structures, each of which maps to an independent transmit ring.
*
* struct ifqueue also provides the point where conditioning of
* traffic (ie, priq and hfsc) is implemented, and provides some