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:
@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user