Remove stray word from comment.
authorRobert Haas <rhaas@postgresql.org>
Wed, 9 Jun 2010 21:14:28 +0000 (21:14 +0000)
committerRobert Haas <rhaas@postgresql.org>
Wed, 9 Jun 2010 21:14:28 +0000 (21:14 +0000)
src/backend/catalog/pg_largeobject.c

index 0be0be93cd271ed3f9cd9c262dd49785439375a6..7c5f56ffc6945da684c6ebb8b65d156c76f0d760 100644 (file)
@@ -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