Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f383083

Browse files
committed
Remove stray word from comment.
1 parent a5ec298 commit f383083

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/catalog/pg_largeobject.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/catalog/pg_largeobject.c,v 1.39 2010/02/26 02:00:37 momjian Exp $
11+
* $PostgreSQL: pgsql/src/backend/catalog/pg_largeobject.c,v 1.40 2010/06/09 21:14:28 rhaas Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -247,7 +247,7 @@ LargeObjectAlterOwner(Oid loid, Oid newOwnerId)
247247
/*
248248
* LargeObjectExists
249249
*
250-
* We don't use the system cache to for large object metadata, for fear of
250+
* We don't use the system cache for large object metadata, for fear of
251251
* using too much local memory.
252252
*
253253
* This function always scans the system catalog using SnapshotNow, so it

0 commit comments

Comments
 (0)