summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2020-01-15 18:28:44 +0200
committerEli Zaretskii <eliz@gnu.org>2020-01-15 18:28:44 +0200
commit6c08a430fba529b81fdad79577dd673f49e6e56a (patch)
tree3d36372db7199eae35181a25dea0577971151655 /nt
parent0e936f18f8738fbe3809784f5ec6feb27c6bb24e (diff)
downloademacs-6c08a430fba529b81fdad79577dd673f49e6e56a.tar.gz
; Fix wording of a comment.
* nt/inc/ms-w32.h (BROKEN_DATAGRAM_SOCKETS): Fix wording of commentary.
Diffstat (limited to 'nt')
-rw-r--r--nt/inc/ms-w32.h4
1 files changed, 2 insertions, 2 deletions
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 <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