Commit 72cbc598 authored by Neil Conway's avatar Neil Conway

Trivial comment tweak.

parent 118bf5bc
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/nodes/list.c,v 1.63 2004/12/31 21:59:55 pgsql Exp $ * $PostgreSQL: pgsql/src/backend/nodes/list.c,v 1.64 2005/03/17 05:47:01 neilc Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -381,7 +381,7 @@ list_truncate(List *list, int new_size) ...@@ -381,7 +381,7 @@ list_truncate(List *list, int new_size)
/* /*
* Locate the n'th cell (counting from 0) of the list. It is an assertion * Locate the n'th cell (counting from 0) of the list. It is an assertion
* error if there isn't one. * failure if there is no such cell.
*/ */
static ListCell * static ListCell *
list_nth_cell(List *list, int n) list_nth_cell(List *list, int n)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment