summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/misc.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@cvs.openbsd.org>2005-07-08 09:26:19 +0000
committerDarren Tucker <dtucker@cvs.openbsd.org>2005-07-08 09:26:19 +0000
commit32f409b8f1bf4eedca3312769d00bec15d4468e7 (patch)
tree47b4872ec9a85f5672443cdde0035eae3c32fb07 /usr.bin/ssh/misc.c
parent28822433c0221158fc406bf798468903d5234181 (diff)
Make comment match code; ok djm@
Diffstat (limited to 'usr.bin/ssh/misc.c')
-rw-r--r--usr.bin/ssh/misc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/misc.c b/usr.bin/ssh/misc.c
index d83f5d594ee..6450198a0c3 100644
--- a/usr.bin/ssh/misc.c
+++ b/usr.bin/ssh/misc.c
@@ -24,7 +24,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: misc.c,v 1.33 2005/07/04 00:58:43 djm Exp $");
+RCSID("$OpenBSD: misc.c,v 1.34 2005/07/08 09:26:18 dtucker Exp $");
#include "misc.h"
#include "log.h"
@@ -419,7 +419,7 @@ tilde_expand_filename(const char *filename, uid_t uid)
/*
* Expand a string with a set of %[char] escapes. A number of escapes may be
* specified as (char *escape_chars, char *replacement) pairs. The list must
- * be terminated by an escape_char of -1. Returns replaced string in memory
+ * be terminated by a NULL escape_char. Returns replaced string in memory
* allocated by xmalloc.
*/
char *