summaryrefslogtreecommitdiffstats
path: root/src/options.c
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2012-10-14 19:53:51 +0200
committerAndreas Schneider <asn@cryptomilk.org>2012-10-14 19:53:51 +0200
commit13c26f0733ab624e25373e56e205775708a513b0 (patch)
tree01a122a881d21d16ba4191cccdcea513cbb1e287 /src/options.c
parentf5d8bdf946f3e42ecec2abb53288a23b23c195f8 (diff)
downloadlibssh-13c26f0733ab624e25373e56e205775708a513b0.tar.gz
libssh-13c26f0733ab624e25373e56e205775708a513b0.tar.xz
libssh-13c26f0733ab624e25373e56e205775708a513b0.zip
options: Fix documentation of ssh_options_get_port().
Diffstat (limited to 'src/options.c')
-rw-r--r--src/options.c2
1 files changed, 1 insertions, 1 deletions
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.