From 13c26f0733ab624e25373e56e205775708a513b0 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sun, 14 Oct 2012 19:53:51 +0200 Subject: options: Fix documentation of ssh_options_get_port(). --- src/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options.c b/src/options.c index 898dea6..c4589fe 100644 --- a/src/options.c +++ b/src/options.c @@ -804,7 +804,7 @@ int ssh_options_set(ssh_session session, enum ssh_options_e type, * * @param session An allocated SSH session structure. * - * @param unsigned int An unsigned integer into which the + * @param port_target An unsigned integer into which the * port will be set from the ssh session. * * @return 0 on success, < 0 on error. -- cgit