Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit075d43a

Browse files
committed
Another typo fix.
Thom Brown
1 parent8823bc2 commit075d43a

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-
* indicatingthta we'd block if we were to continue.
330+
* indicatingthat we'd block if we were to continue.
331331
*/
332332
errno=EWOULDBLOCK;
333333
return-1;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp