Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Sep 2019 15:01:47 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r351936 - head/sbin/ggate/shared
Message-ID:  <201909061501.x86F1lQM000548@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Fri Sep  6 15:01:47 2019
New Revision: 351936
URL: https://svnweb.freebsd.org/changeset/base/351936

Log:
  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

Modified:
  head/sbin/ggate/shared/ggate.h

Modified: head/sbin/ggate/shared/ggate.h
==============================================================================
--- head/sbin/ggate/shared/ggate.h	Fri Sep  6 14:30:23 2019	(r351935)
+++ head/sbin/ggate/shared/ggate.h	Fri Sep  6 15:01:47 2019	(r351936)
@@ -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.
  */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909061501.x86F1lQM000548>