From: Robert Haas Date: Mon, 15 Nov 2010 04:10:45 +0000 (-0500) Subject: Correct poor grammar in comment. X-Git-Url: http://git.postgresql.org/gitweb/-?a=commitdiff_plain;h=5ccbc3d802d1690b78f887b2310d2a7258eaae94;p=users%2Fhanada%2Fpostgres.git Correct poor grammar in comment. --- diff --git a/src/backend/utils/cache/relcache.c b/src/backend/utils/cache/relcache.c index 2a44303630..62b745b2ad 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(); }