Skip to content

Commit 72cbc59

Browse files
author
Neil Conway
committed
Trivial comment tweak.
1 parent 118bf5b commit 72cbc59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/nodes/list.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
*
1111
* IDENTIFICATION
12-
* $PostgreSQL: pgsql/src/backend/nodes/list.c,v 1.63 2004/12/31 21:59:55 pgsql Exp $
12+
* $PostgreSQL: pgsql/src/backend/nodes/list.c,v 1.64 2005/03/17 05:47:01 neilc Exp $
1313
*
1414
*-------------------------------------------------------------------------
1515
*/
@@ -381,7 +381,7 @@ list_truncate(List *list, int new_size)
381381

382382
/*
383383
* Locate the n'th cell (counting from 0) of the list. It is an assertion
384-
* error if there isn't one.
384+
* failure if there is no such cell.
385385
*/
386386
static ListCell *
387387
list_nth_cell(List *list, int n)

0 commit comments

Comments
 (0)