From 965000129e9eeb27e1ab8805ff3286eae65ebf9b Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 4 Nov 2013 21:55:29 +0100 Subject: doc: Fix doxygen warnings. --- src/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/options.c') 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: -- cgit