emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 6c08a43: ; Fix wording of a comment.


From: Eli Zaretskii
Subject: emacs-27 6c08a43: ; Fix wording of a comment.
Date: Wed, 15 Jan 2020 11:29:11 -0500 (EST)

branch: emacs-27
commit 6c08a430fba529b81fdad79577dd673f49e6e56a
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; Fix wording of a comment.
    
    * nt/inc/ms-w32.h (BROKEN_DATAGRAM_SOCKETS): Fix wording of
    commentary.
---
 nt/inc/ms-w32.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nt/inc/ms-w32.h b/nt/inc/ms-w32.h
index 6d20c95..4693900 100644
--- a/nt/inc/ms-w32.h
+++ b/nt/inc/ms-w32.h
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]