diff --git a/src/misc.h b/src/misc.h index 13b67843..d88c8930 100644 --- a/src/misc.h +++ b/src/misc.h @@ -42,7 +42,7 @@ void _libssh2_list_init(struct list_head *head); -/* add a node first in the list */ +/* add a node last in the list */ void _libssh2_list_add(struct list_head *head, struct list_node *entry);