From: Eli Zaretskii Date: Wed, 15 Jan 2020 16:28:44 +0000 (+0200) Subject: ; Fix wording of a comment. X-Git-Tag: emacs-27.0.90~164 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6c08a430fba529b81fdad79577dd673f49e6e56a;p=emacs.git ; Fix wording of a comment. * nt/inc/ms-w32.h (BROKEN_DATAGRAM_SOCKETS): Fix wording of commentary. --- diff --git a/nt/inc/ms-w32.h b/nt/inc/ms-w32.h index 6d20c959a3f..4693900f2dc 100644 --- a/nt/inc/ms-w32.h +++ b/nt/inc/ms-w32.h @@ -63,8 +63,8 @@ along with GNU Emacs. If not, see . */ Look in 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