summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2010-06-09 21:14:28 +0000
committerRobert Haas <rhaas@postgresql.org>2010-06-09 21:14:28 +0000
commitf383083305dbc387bef240fe345f22d9133ecfc3 (patch)
tree27c147a35a641d5aa89483406eb3135fd62a8fe8 /src
parenta5ec2986b3d9b241f9aef56877bc63d63638f925 (diff)
downloadpostgresql-f383083305dbc387bef240fe345f22d9133ecfc3.tar.gz
Remove stray word from comment.
Diffstat (limited to 'src')
-rw-r--r--src/backend/catalog/pg_largeobject.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/catalog/pg_largeobject.c b/src/backend/catalog/pg_largeobject.c
index 0be0be93cd..7c5f56ffc6 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