]> granicus.if.org Git - postgresql/commitdiff
Fix typo in comment.
authorBruce Momjian <bruce@momjian.us>
Wed, 21 Nov 2007 21:49:22 +0000 (21:49 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 21 Nov 2007 21:49:22 +0000 (21:49 +0000)
src/backend/utils/adt/formatting.c

index d0e8ac2bc62670f2e1da6520d3683912623f0afb..9b738d5f1e6ea210fc240dcba640a863042e5730 100644 (file)
@@ -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)