diff options
Diffstat (limited to 'src/include/port.h')
-rw-r--r-- | src/include/port.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/port.h b/src/include/port.h index 39d37c9a8c5..e7f37559dde 100644 --- a/src/include/port.h +++ b/src/include/port.h @@ -159,7 +159,7 @@ extern unsigned char pg_ascii_tolower(unsigned char ch); /* * Versions of libintl >= 0.13 try to replace printf() and friends with - * macros to their own versions that understand the %$ format. We do the + * macros to their own versions that understand the %$ format. We do the * same, so disable their macros, if they exist. */ #ifdef vsnprintf |