diff options
author | Darren Tucker <dtucker@cvs.openbsd.org> | 2013-02-06 00:22:22 +0000 |
---|---|---|
committer | Darren Tucker <dtucker@cvs.openbsd.org> | 2013-02-06 00:22:22 +0000 |
commit | 7172a2d5f10f82e2e48173a09d578b471e70e1b8 (patch) | |
tree | 7410ec0071da9eb47711edac4444336b89edb2ef /usr.bin/ssh/auth.c | |
parent | b345b20e91ef24efbac02753ab038f34d1760a1a (diff) |
Fix comment, from jfree.e1 at gmail
Diffstat (limited to 'usr.bin/ssh/auth.c')
-rw-r--r-- | usr.bin/ssh/auth.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/auth.c b/usr.bin/ssh/auth.c index d02599993e5..449873751ac 100644 --- a/usr.bin/ssh/auth.c +++ b/usr.bin/ssh/auth.c @@ -1,4 +1,4 @@ -/* $OpenBSD: auth.c,v 1.100 2013/01/17 23:00:01 djm Exp $ */ +/* $OpenBSD: auth.c,v 1.101 2013/02/06 00:22:21 dtucker Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. * @@ -331,7 +331,7 @@ check_key_in_hostfiles(struct passwd *pw, Key *key, const char *host, * * XXX Should any specific check be done for sym links ? * - * Takes an the file name, its stat information (preferably from fstat() to + * Takes a file name, its stat information (preferably from fstat() to * avoid races), the uid of the expected owner, their home directory and an * error buffer plus max size as arguments. * |