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

Commit 711e0c6

Browse files
author
Neil Conway
committed
Fix typo in comment.
1 parent 6e9c974 commit 711e0c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/backend/utils/mmgr/aset.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Portions Copyright (c) 1994, Regents of the University of California
1212
*
1313
* IDENTIFICATION
14-
* $PostgreSQL: pgsql/src/backend/utils/mmgr/aset.c,v 1.66 2006/03/05 15:58:49 momjian Exp $
14+
* $PostgreSQL: pgsql/src/backend/utils/mmgr/aset.c,v 1.67 2006/06/28 22:05:37 neilc Exp $
1515
*
1616
* NOTE:
1717
* This is a new (Feb. 05, 1999) implementation of the allocation set
@@ -883,9 +883,9 @@ AllocSetRealloc(MemoryContext context, void *pointer, Size size)
883883
if (oldsize > ALLOC_CHUNK_LIMIT)
884884
{
885885
/*
886-
* The chunk must been allocated as a single-chunk block. Find the
887-
* containing block and use realloc() to make it bigger with minimum
888-
* space wastage.
886+
* The chunk must have been allocated as a single-chunk block. Find
887+
* the containing block and use realloc() to make it bigger with
888+
* minimum space wastage.
889889
*/
890890
AllocBlock block = set->blocks;
891891
AllocBlock prevblock = NULL;

0 commit comments

Comments
 (0)