1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-03 20:02:46 +03:00

Fix typos in comments.

Thom Brown
This commit is contained in:
Fujii Masao
2014-03-17 20:47:28 +09:00
parent 5c6d9fc4b2
commit 2bccced110
11 changed files with 18 additions and 18 deletions

View File

@ -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.
*/