diff options
author | Andreas Schneider <asn@cryptomilk.org> | 2013-11-04 21:55:29 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2013-11-04 21:55:29 +0100 |
commit | 6f0f1ef29206a42dd5410df066a7560082c7c4bc (patch) | |
tree | 21c710ab0a7fb7239c4ea73e2799539289552f42 /src/options.c | |
parent | b12f3f38c722e31da7dca88fe6d56ae65692d2af (diff) | |
download | libssh-6f0f1ef29206a42dd5410df066a7560082c7c4bc.tar.gz libssh-6f0f1ef29206a42dd5410df066a7560082c7c4bc.tar.xz libssh-6f0f1ef29206a42dd5410df066a7560082c7c4bc.zip |
doc: Fix doxygen warnings.
Diffstat (limited to 'src/options.c')
-rw-r--r-- | src/options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.c b/src/options.c index 46dc0b4b..e02ad4df 100644 --- a/src/options.c +++ b/src/options.c @@ -1254,7 +1254,7 @@ static int ssh_bind_options_set_algo(ssh_bind sshbind, int algo, /** * @brief This function can set all possible ssh bind options. * - * @param session An allocated ssh option structure. + * @param sshbind An allocated ssh bind structure. * * @param type The option type to set. This could be one of the * following: |