summaryrefslogtreecommitdiff
path: root/sbin/ggate
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2019-09-06 15:01:47 +0000
committerWarner Losh <imp@FreeBSD.org>2019-09-06 15:01:47 +0000
commit2c24ffacd62a9d61ad19e146f6b5f21bcecf7255 (patch)
tree4ef83154b8266e95de79a3dcac8c50d434c6ebcd /sbin/ggate
parentd5f39c34a64b8d2ffc17e218c89e0fb52e624097 (diff)
downloadsrc-test2-2c24ffacd62a9d61ad19e146f6b5f21bcecf7255.tar.gz
src-test2-2c24ffacd62a9d61ad19e146f6b5f21bcecf7255.zip
Fix typo not -> nor and add 'the' because we are talking about specific flags
and make the punctuation parallel between the three cases. Submitted by: Yoshihiro Ota-san Differential Revision: https://reviews.freebsd.org/D21530
Notes
Notes: svn path=/head/; revision=351936
Diffstat (limited to 'sbin/ggate')
-rw-r--r--sbin/ggate/shared/ggate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ggate/shared/ggate.h b/sbin/ggate/shared/ggate.h
index 9ea901036726..e2e1a57d817c 100644
--- a/sbin/ggate/shared/ggate.h
+++ b/sbin/ggate/shared/ggate.h
@@ -47,8 +47,8 @@
#define GGATE_FLAG_RDONLY 0x0001
#define GGATE_FLAG_WRONLY 0x0002
/*
- * If GGATE_FLAG_SEND not GGATE_FLAG_RECV flag is set, this is initial
- * connection.
+ * If neither the GGATE_FLAG_SEND nor the GGATE_FLAG_RECV flag is
+ * set - this is initial connection.
* If GGATE_FLAG_SEND flag is set - this is socket to send data.
* If GGATE_FLAG_RECV flag is set - this is socket to receive data.
*/