From f1f17f18dc26e4ca79de73f2000c7d4c1235bce6 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 5 Oct 2009 00:03:47 +0200 Subject: [PATCH] Fix documentation. --- libssh/error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. *