Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 075d43a

Browse files
committed
Another typo fix.
Thom Brown
1 parent 8823bc2 commit 075d43a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/port/win32/socket.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
9-
* $PostgreSQL: pgsql/src/backend/port/win32/socket.c,v 1.24 2010/02/16 19:26:02 mha Exp $
9+
* $PostgreSQL: pgsql/src/backend/port/win32/socket.c,v 1.25 2010/02/17 05:51:40 mha Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -327,7 +327,7 @@ pgwin32_recv(SOCKET s, char *buf, int len, int f)
327327
{
328328
/*
329329
* No data received, and we are in "emulated non-blocking mode", so return
330-
* indicating thta we'd block if we were to continue.
330+
* indicating that we'd block if we were to continue.
331331
*/
332332
errno = EWOULDBLOCK;
333333
return -1;

0 commit comments

Comments
 (0)