summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/auth.c
diff options
context:
space:
mode:
authordtucker <dtucker@openbsd.org>2010-01-13 00:19:04 +0000
committerdtucker <dtucker@openbsd.org>2010-01-13 00:19:04 +0000
commit5c99f97b4dec3f3932c942478f2e055c64790ddf (patch)
tree4331aa36cb1ee3dd28f49e91b787c63162801364 /usr.bin/ssh/auth.c
parentmatch the 'use 127.0.0.1/8 instead of 127.0.0.1 for clarity' change in netstart (diff)
downloadwireguard-openbsd-5c99f97b4dec3f3932c942478f2e055c64790ddf.tar.xz
wireguard-openbsd-5c99f97b4dec3f3932c942478f2e055c64790ddf.zip
Fix a couple of typos/mispellings in comments
Diffstat (limited to 'usr.bin/ssh/auth.c')
-rw-r--r--usr.bin/ssh/auth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/auth.c b/usr.bin/ssh/auth.c
index e99c67964e3..8c30c4dab1f 100644
--- a/usr.bin/ssh/auth.c
+++ b/usr.bin/ssh/auth.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth.c,v 1.81 2010/01/10 07:15:56 dtucker Exp $ */
+/* $OpenBSD: auth.c,v 1.82 2010/01/13 00:19:04 dtucker Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
*
@@ -365,7 +365,7 @@ secure_filename(FILE *f, const char *file, struct passwd *pw,
return -1;
}
- /* If are passed the homedir then we can stop */
+ /* If are past the homedir then we can stop */
if (comparehome && strcmp(homedir, buf) == 0) {
debug3("secure_filename: terminating check at '%s'",
buf);