mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-06 18:29:50 +09:00
misc.c: Fix typo in docstring
Signed-off-by: Norbert Pocs <npocs@redhat.com> Reviewed-by: Jakub Jelen <jjelen@redhat.com>
This commit is contained in:
committed by
Jakub Jelen
parent
4cd58350a8
commit
435f1549f1
@@ -826,7 +826,7 @@ void ssh_list_remove(struct ssh_list *list, struct ssh_iterator *iterator)
|
||||
* @brief Removes the top element of the list and returns the data value
|
||||
* attached to it.
|
||||
*
|
||||
* @param[in[ list The ssh_list to remove the element.
|
||||
* @param[in] list The ssh_list to remove the element.
|
||||
*
|
||||
* @returns A pointer to the element being stored in head, or NULL
|
||||
* if the list is empty.
|
||||
|
||||
Reference in New Issue
Block a user