diff --git a/libssh/error.c b/libssh/error.c index f44bf492..aa373e38 100644 --- a/libssh/error.c +++ b/libssh/error.c @@ -76,7 +76,7 @@ void ssh_set_error_oom(void *error) { /** * @internal * - * @brief Registers an out of memory error + * @brief Registers an invalid argument error * * @param error The place to store the error. *