aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTatsuo Ishii <ishii@postgresql.org>2003-09-16 07:47:06 +0000
committerTatsuo Ishii <ishii@postgresql.org>2003-09-16 07:47:06 +0000
commit7b05ef5b63bb91eff2433e5eb187b0eb5a81653e (patch)
treefe58e4b686968678d91e0bd96962389be44a041c /src
parentfc73264005ff8cb316689e30bc28b91d30cd9772 (diff)
downloadpostgresql-7b05ef5b63bb91eff2433e5eb187b0eb5a81653e.tar.gz
postgresql-7b05ef5b63bb91eff2433e5eb187b0eb5a81653e.zip
fix typo in a comment
Diffstat (limited to 'src')
-rw-r--r--src/include/catalog/pg_conversion.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/catalog/pg_conversion.h b/src/include/catalog/pg_conversion.h
index 9d687860ef2..f38afae1692 100644
--- a/src/include/catalog/pg_conversion.h
+++ b/src/include/catalog/pg_conversion.h
@@ -8,7 +8,7 @@
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_conversion.h,v 1.10 2003/08/04 02:40:12 momjian Exp $
+ * $Id: pg_conversion.h,v 1.11 2003/09/16 07:47:06 ishii Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
@@ -37,7 +37,7 @@
* conforencoding FOR encoding id
* contoencoding TO encoding id
* conproc OID of the conversion proc
- * condefault TRUE is this is a default conversion
+ * condefault TRUE if this is a default conversion
* ----------------------------------------------------------------
*/
CATALOG(pg_conversion)