aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/formatting.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2007-11-21 21:49:22 +0000
committerBruce Momjian <bruce@momjian.us>2007-11-21 21:49:22 +0000
commit6f3149e4644f27f25e14717225b607eabfbff2e1 (patch)
treeb68ec6b67a6a1168c844f97ec160fae612ce24bd /src/backend/utils/adt/formatting.c
parentfec1d72dd15bdd0a1d12c7daf49d461d6444d01e (diff)
downloadpostgresql-6f3149e4644f27f25e14717225b607eabfbff2e1.tar.gz
postgresql-6f3149e4644f27f25e14717225b607eabfbff2e1.zip
Fix typo in comment.
Diffstat (limited to 'src/backend/utils/adt/formatting.c')
-rw-r--r--src/backend/utils/adt/formatting.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/utils/adt/formatting.c b/src/backend/utils/adt/formatting.c
index d0e8ac2bc62..9b738d5f1e6 100644
--- a/src/backend/utils/adt/formatting.c
+++ b/src/backend/utils/adt/formatting.c
@@ -1,7 +1,7 @@
/* -----------------------------------------------------------------------
* formatting.c
*
- * $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.132 2007/11/15 21:14:39 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.133 2007/11/21 21:49:22 momjian Exp $
*
*
* Portions Copyright (c) 1999-2007, PostgreSQL Global Development Group
@@ -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)