From: Robert Haas Date: Wed, 9 Jun 2010 21:14:28 +0000 (+0000) Subject: Remove stray word from comment. X-Git-Tag: REL9_0_BETA3~141 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f383083305dbc387bef240fe345f22d9133ecfc3;p=thirdparty%2Fpostgresql.git Remove stray word from comment. --- diff --git a/src/backend/catalog/pg_largeobject.c b/src/backend/catalog/pg_largeobject.c index 0be0be93cd2..7c5f56ffc69 100644 --- a/src/backend/catalog/pg_largeobject.c +++ b/src/backend/catalog/pg_largeobject.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/catalog/pg_largeobject.c,v 1.39 2010/02/26 02:00:37 momjian Exp $ + * $PostgreSQL: pgsql/src/backend/catalog/pg_largeobject.c,v 1.40 2010/06/09 21:14:28 rhaas Exp $ * *------------------------------------------------------------------------- */ @@ -247,7 +247,7 @@ LargeObjectAlterOwner(Oid loid, Oid newOwnerId) /* * LargeObjectExists * - * We don't use the system cache to for large object metadata, for fear of + * We don't use the system cache for large object metadata, for fear of * using too much local memory. * * This function always scans the system catalog using SnapshotNow, so it