1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-22 23:02:54 +03:00

Correct poor grammar in comment.

This commit is contained in:
Robert Haas 2010-11-14 23:10:45 -05:00
parent 4fa0a23c70
commit 5ccbc3d802

View 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();
}