diff options
-rw-r--r-- | libssh/error.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/error.c b/libssh/error.c index f44bf49..aa373e3 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. * |