mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +09:00
misc.c: Fix typo in docstring
Signed-off-by: Norbert Pocs <npocs@redhat.com>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
(cherry picked from commit 435f1549f1)
This commit is contained in:
committed by
Andreas Schneider
parent
4aeb685b04
commit
438cc6df52
@@ -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