aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/relcache.c
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2010-11-14 23:10:45 -0500
committerRobert Haas <rhaas@postgresql.org>2010-11-14 23:10:45 -0500
commit5ccbc3d802d1690b78f887b2310d2a7258eaae94 (patch)
tree13fdf3c1b196cf0cc82433688a0ee970615cf59e /src/backend/utils/cache/relcache.c
parent4fa0a23c70cc346011a3dd8ea902f8d1668644b0 (diff)
downloadpostgresql-5ccbc3d802d1690b78f887b2310d2a7258eaae94.tar.gz
postgresql-5ccbc3d802d1690b78f887b2310d2a7258eaae94.zip
Correct poor grammar in comment.
Diffstat (limited to 'src/backend/utils/cache/relcache.c')
-rw-r--r--src/backend/utils/cache/relcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/cache/relcache.c b/src/backend/utils/cache/relcache.c
index 2a443036305..62b745b2ade 100644
--- a/src/backend/utils/cache/relcache.c
+++ b/src/backend/utils/cache/relcache.c
@@ -2751,7 +2751,7 @@ RelationCacheInitialize(void)
&ctl, HASH_ELEM | HASH_FUNCTION);
/*
- * relation mapper needs initialized too
+ * relation mapper needs to be initialized too
*/
RelationMapInitialize();
}