From 72cbc5982dd96c50fbcb2b4fa37f71cf6063e0e6 Mon Sep 17 00:00:00 2001
From: Neil Conway <neilc@samurai.com>
Date: Thu, 17 Mar 2005 05:47:01 +0000
Subject: [PATCH] Trivial comment tweak.

---
 src/backend/nodes/list.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/backend/nodes/list.c b/src/backend/nodes/list.c
index 16415aad307..b56cfe3791c 100644
--- a/src/backend/nodes/list.c
+++ b/src/backend/nodes/list.c
@@ -9,7 +9,7 @@
  *
  *
  * 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)
 
 /*
  * 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 *
 list_nth_cell(List *list, int n)
-- 
GitLab