From: Bruce Momjian Date: Wed, 21 Nov 2007 21:49:22 +0000 (+0000) Subject: Fix typo in comment. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=f9351ad8eff56c5085170b9f0212ef46637b1a03;p=users%2Fbernd%2Fpostgres.git Fix typo in comment. --- diff --git a/src/backend/utils/adt/formatting.c b/src/backend/utils/adt/formatting.c index 667bb78b3d..d976d8932e 100644 --- a/src/backend/utils/adt/formatting.c +++ b/src/backend/utils/adt/formatting.c @@ -3926,7 +3926,7 @@ NUM_prepare_locale(NUMProc *Np) * Number thousands separator * * Some locales (e.g. broken glibc pt_BR), have a comma for decimal, - * but "" for thousands_sep, so we might make the thousands_sep comma + * but "" for thousands_sep, so we make the thousands_sep comma * too. 2007-02-12 */ if (lconv->thousands_sep && *lconv->thousands_sep)