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

index 2a4430363056db77b9483ef8e2522a45e27f3e4f..62b745b2ade9f29d7a12a83e138fef52cee579bf 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();
 }