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

Commit 09c0747

Browse files
committed
Typo fix, per Thom Brown
1 parent a8d3a39 commit 09c0747

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/port/win32/mingwcompat.c

+2-2
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/mingwcompat.c,v 1.9 2010/02/09 19:55:14 mha Exp $
9+
* $PostgreSQL: pgsql/src/backend/port/win32/mingwcompat.c,v 1.10 2010/02/09 20:22:20 mha Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -16,7 +16,7 @@
1616
#ifndef WIN32_ONLY_COMPILER
1717
/*
1818
* MingW defines an extern to this struct, but the actual struct isn't present
19-
* in any library. It's trivial enough that we can safely defined it
19+
* in any library. It's trivial enough that we can safely define it
2020
* ourselves.
2121
*/
2222
const struct in6_addr in6addr_any = {{{0,0,0,0, 0,0,0,0, 0,0,0,0, 0,0,0,0}}};

0 commit comments

Comments
 (0)