diff options
author | Fujii Masao <fujii@postgresql.org> | 2014-03-17 20:47:28 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2014-03-17 20:47:28 +0900 |
commit | 2bccced110025f48bf426a8a9d7f627ef3663fcd (patch) | |
tree | 9e4b89fd4dafd9d67768beb792dbf7435f308166 /src/backend/lib/ilist.c | |
parent | 5c6d9fc4b2b8b6688a482a4b4116d7642e36b9d9 (diff) | |
download | postgresql-2bccced110025f48bf426a8a9d7f627ef3663fcd.tar.gz postgresql-2bccced110025f48bf426a8a9d7f627ef3663fcd.zip |
Fix typos in comments.
Thom Brown
Diffstat (limited to 'src/backend/lib/ilist.c')
-rw-r--r-- | src/backend/lib/ilist.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |