From e85a2199b6c94c22d31921756983dba71268f03c Mon Sep 17 00:00:00 2001 From: James Housley Date: Sun, 22 Apr 2007 14:47:27 +0000 Subject: [PATCH] Update comment --- example/simple/sftp_nonblock.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/simple/sftp_nonblock.c b/example/simple/sftp_nonblock.c index a975377..48ce328 100644 --- a/example/simple/sftp_nonblock.c +++ b/example/simple/sftp_nonblock.c @@ -1,7 +1,7 @@ /* - * $Id: sftp_nonblock.c,v 1.2 2007/04/22 14:16:26 jehousley Exp $ + * $Id: sftp_nonblock.c,v 1.3 2007/04/22 14:47:27 jehousley Exp $ * - * Sample showing how to do SFTP transfers. + * Sample showing how to do SFTP non-blocking transfers. * * The sample code has default values for host name, user name, password * and path to copy, but you can specify them on the command line like: