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
This commit is contained in:
Warner Losh 2019-09-06 15:01:47 +00:00
parent d5f39c34a6
commit 2c24ffacd6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=351936

View File

@ -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.
*/