]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix wording of a comment.
authorEli Zaretskii <eliz@gnu.org>
Wed, 15 Jan 2020 16:28:44 +0000 (18:28 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 15 Jan 2020 16:28:44 +0000 (18:28 +0200)
* nt/inc/ms-w32.h (BROKEN_DATAGRAM_SOCKETS): Fix wording of
commentary.

nt/inc/ms-w32.h

index 6d20c959a3fc8e94b82ece6e02dc22be9c2e8d0f..4693900f2dc06027cbb04b13ff58d59133ad9ea9 100644 (file)
@@ -63,8 +63,8 @@ along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.  */
    Look in <sys/time.h> for a timeval structure.  */
 #define HAVE_TIMEVAL 1
 
-/* And the select implementation does 1-byte read-ahead waiting
-   for received packets, so datagrams are broken too.  */
+/* Our select emulation does 1-byte read-ahead waiting for received
+   packets, so datagrams are broken.  */
 #define BROKEN_DATAGRAM_SOCKETS 1
 
 #define MAIL_USE_SYSTEM_LOCK 1