OSDN Git Service

Correct poor grammar in comment.
authorRobert Haas <rhaas@postgresql.org>
Mon, 15 Nov 2010 04:10:45 +0000 (23:10 -0500)
committerRobert Haas <rhaas@postgresql.org>
Mon, 15 Nov 2010 04:10:45 +0000 (23:10 -0500)
src/backend/utils/cache/relcache.c

index 2a44303..62b745b 100644 (file)
@@ -2751,7 +2751,7 @@ RelationCacheInitialize(void)
                                                                  &ctl, HASH_ELEM | HASH_FUNCTION);
 
        /*
-        * relation mapper needs initialized too
+        * relation mapper needs to be initialized too
         */
        RelationMapInitialize();
 }