summaryrefslogtreecommitdiff
path: root/auth.c
diff options
context:
space:
mode:
authordjm <djm>2013-02-12 00:02:27 +0000
committerdjm <djm>2013-02-12 00:02:27 +0000
commit563728e966c0a24a5f0afa881dea97414df2b361 (patch)
tree21d1ff0603e0f7a4891a512e0903888edfc09bd2 /auth.c
parent4db0753f76aa4086f9907f159ea11278d65c78c9 (diff)
downloadopenssh-563728e966c0a24a5f0afa881dea97414df2b361.tar.gz
- dtucker@cvs.openbsd.org 2013/02/06 00:22:21
[auth.c] Fix comment, from jfree.e1 at gmail
Diffstat (limited to 'auth.c')
-rw-r--r--auth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth.c b/auth.c
index d978f027..054c7282 100644
--- a/auth.c
+++ b/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.
*
@@ -421,7 +421,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.
*