summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.c b/src/options.c
index 2c47de0..f23bfcb 100644
--- a/src/options.c
+++ b/src/options.c
@@ -836,7 +836,7 @@ int ssh_options_get_port(ssh_session session, unsigned int* port_target) {
* @param value The value to get into. As a char**, space will be
* allocated by the function for the value, it is
* your responsibility to free the memory using
- * ssh_free().
+ * ssh_string_free_char().
*
* @return SSH_OK on success, SSH_ERROR on error.
*/