From 2bccced110025f48bf426a8a9d7f627ef3663fcd Mon Sep 17 00:00:00 2001 From: Fujii Masao Date: Mon, 17 Mar 2014 20:47:28 +0900 Subject: Fix typos in comments. Thom Brown --- src/backend/lib/ilist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/lib/ilist.c') diff --git a/src/backend/lib/ilist.c b/src/backend/lib/ilist.c index 58c5810b4ed..73a647381a0 100644 --- a/src/backend/lib/ilist.c +++ b/src/backend/lib/ilist.c @@ -26,7 +26,7 @@ /* * Delete 'node' from list. * - * It is not allowed to delete a 'node' which is is not in the list 'head' + * It is not allowed to delete a 'node' which is not in the list 'head' * * Caution: this is O(n); consider using slist_delete_current() instead. */ -- cgit v1.2.3