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

Commit d20abcd

Browse files
committed
typo fix.
1 parent c9a0a23 commit d20abcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/access/heap/heapam.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/access/heap/heapam.c,v 1.44 1999/06/10 14:17:05 vadim Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/access/heap/heapam.c,v 1.45 1999/07/02 03:21:37 momjian Exp $
1111
*
1212
*
1313
* INTERFACE ROUTINES
@@ -1145,7 +1145,7 @@ heap_delete(Relation relation, ItemPointer tid, ItemPointer ctid)
11451145
{
11461146
TransactionId xwait = tp.t_data->t_xmax;
11471147

1148-
/* sleep untill concurrent transaction ends */
1148+
/* sleep until concurrent transaction ends */
11491149
LockBuffer(buffer, BUFFER_LOCK_UNLOCK);
11501150
XactLockTableWait(xwait);
11511151

0 commit comments

Comments
 (0)