1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-24 10:47:04 +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); &ctl, HASH_ELEM | HASH_FUNCTION);
/* /*
* relation mapper needs initialized too * relation mapper needs to be initialized too
*/ */
RelationMapInitialize(); RelationMapInitialize();
} }