aboutsummaryrefslogtreecommitdiff
path: root/src/client.c
diff options
context:
space:
mode:
authorJakub Jelen <jjelen@redhat.com>2018-10-29 14:36:40 +0100
committerJakub Jelen <jjelen@redhat.com>2018-10-30 16:22:17 +0100
commit35c417312c0b0a9cb04a160dbc92fa10e8e0ef74 (patch)
treeaddef784b79d220a1b8334030fb9d4e6f2f3343e /src/client.c
parente1a8b359c181508d973da681b1c698db7a6dbd20 (diff)
downloadlibssh-35c417312c0b0a9cb04a160dbc92fa10e8e0ef74.tar.gz
libssh-35c417312c0b0a9cb04a160dbc92fa10e8e0ef74.tar.xz
libssh-35c417312c0b0a9cb04a160dbc92fa10e8e0ef74.zip
client: Reformat comment
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'src/client.c')
-rw-r--r--src/client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client.c b/src/client.c
index 42b87d06..cfaacf8f 100644
--- a/src/client.c
+++ b/src/client.c
@@ -493,8 +493,8 @@ static int ssh_connect_termination(void *user){
* @param[in] session The ssh session to connect.
*
* @returns SSH_OK on success, SSH_ERROR on error.
- * @returns SSH_AGAIN, if the session is in nonblocking mode,
- * and call must be done again.
+ * @returns SSH_AGAIN, if the session is in nonblocking mode,
+ * and call must be done again.
*
* @see ssh_new()
* @see ssh_disconnect()