summaryrefslogtreecommitdiff
path: root/src/w32.c
diff options
context:
space:
mode:
authorJason Rumney <jasonr@gnu.org>2002-11-27 23:48:33 +0000
committerJason Rumney <jasonr@gnu.org>2002-11-27 23:48:33 +0000
commit670773af778e8ecd853648bb990ba2d7c66472c7 (patch)
tree1dbd880ffa7a7889f553e27bb37db916c41f05af /src/w32.c
parent1518d6e35b3a5e633d42cacdbe183e77e744be7d (diff)
downloademacs-670773af778e8ecd853648bb990ba2d7c66472c7.tar.gz
Doc fix
Diffstat (limited to 'src/w32.c')
-rw-r--r--src/w32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32.c b/src/w32.c
index c7537ec7194..a608aad36f4 100644
--- a/src/w32.c
+++ b/src/w32.c
@@ -3729,7 +3729,7 @@ sys_write (int fd, const void * buffer, unsigned int count)
if (nchars == SOCKET_ERROR)
{
- DebPrint(("sys_read.send failed with error %d on socket %ld\n",
+ DebPrint(("sys_write.send failed with error %d on socket %ld\n",
pfn_WSAGetLastError (), SOCK_HANDLE (fd)));
set_errno ();
}