aboutsummaryrefslogtreecommitdiff
path: root/libssh
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-10-05 00:03:47 +0200
committerAndreas Schneider <mail@cynapses.org>2009-10-05 00:03:47 +0200
commitf1f17f18dc26e4ca79de73f2000c7d4c1235bce6 (patch)
treebb61b585cc47e9efae6ef90d284b6740c2ef4516 /libssh
parent7c759b961521ecae451b113eaa7531f9c77b0079 (diff)
downloadlibssh-f1f17f18dc26e4ca79de73f2000c7d4c1235bce6.tar.gz
libssh-f1f17f18dc26e4ca79de73f2000c7d4c1235bce6.tar.xz
libssh-f1f17f18dc26e4ca79de73f2000c7d4c1235bce6.zip
Fix documentation.
Diffstat (limited to 'libssh')
-rw-r--r--libssh/error.c2
1 files changed, 1 insertions, 1 deletions
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.
*