From 5ccbc3d802d1690b78f887b2310d2a7258eaae94 Mon Sep 17 00:00:00 2001 From: Robert Haas <rhaas@postgresql.org> Date: Sun, 14 Nov 2010 23:10:45 -0500 Subject: [PATCH] Correct poor grammar in comment. --- src/backend/utils/cache/relcache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } -- GitLab