From 09c0747515cc0663417ed8c78ede966ab14dfa0e Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Tue, 9 Feb 2010 20:22:20 +0000 Subject: [PATCH] Typo fix, per Thom Brown --- src/backend/port/win32/mingwcompat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/backend/port/win32/mingwcompat.c b/src/backend/port/win32/mingwcompat.c index ca7541ab1f..5520ec1864 100644 --- a/src/backend/port/win32/mingwcompat.c +++ b/src/backend/port/win32/mingwcompat.c @@ -6,7 +6,7 @@ * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/port/win32/mingwcompat.c,v 1.9 2010/02/09 19:55:14 mha Exp $ + * $PostgreSQL: pgsql/src/backend/port/win32/mingwcompat.c,v 1.10 2010/02/09 20:22:20 mha Exp $ * *------------------------------------------------------------------------- */ @@ -16,7 +16,7 @@ #ifndef WIN32_ONLY_COMPILER /* * MingW defines an extern to this struct, but the actual struct isn't present - * in any library. It's trivial enough that we can safely defined it + * in any library. It's trivial enough that we can safely define it * ourselves. */ const struct in6_addr in6addr_any = {{{0,0,0,0, 0,0,0,0, 0,0,0,0, 0,0,0,0}}}; -- 2.11.0