diff options
author | 2013-02-06 00:22:21 +0000 | |
---|---|---|
committer | 2013-02-06 00:22:21 +0000 | |
commit | b2493a263e67b37052cff24503a002435a672146 (patch) | |
tree | 3d439d7a82896e408e5a0018af8aa935e2e57c0c /usr.bin/ssh/auth.c | |
parent | Change default of MaxStartups to 10:30:100 to start doing random early (diff) | |
download | wireguard-openbsd-b2493a263e67b37052cff24503a002435a672146.tar.xz wireguard-openbsd-b2493a263e67b37052cff24503a002435a672146.zip |
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. * |