diff options
author | Darren Tucker <dtucker@cvs.openbsd.org> | 2013-10-23 05:40:59 +0000 |
---|---|---|
committer | Darren Tucker <dtucker@cvs.openbsd.org> | 2013-10-23 05:40:59 +0000 |
commit | 687b6919359386ad3f08d34a75a870563d409a8f (patch) | |
tree | 3e57c1a280212046aff2d53c1d0b919144f0d11e | |
parent | 7b90fff76802b1a0ec37dba4c72e49702bb44ed9 (diff) |
fix comment
-rw-r--r-- | usr.bin/ssh/servconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/servconf.c b/usr.bin/ssh/servconf.c index 3d090470a44..0df10ecc9ef 100644 --- a/usr.bin/ssh/servconf.c +++ b/usr.bin/ssh/servconf.c @@ -1,5 +1,5 @@ -/* $OpenBSD: servconf.c,v 1.241 2013/08/06 23:06:01 djm Exp $ */ +/* $OpenBSD: servconf.c,v 1.242 2013/10/23 05:40:58 dtucker Exp $ */ /* * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland * All rights reserved @@ -600,7 +600,7 @@ out: /* * All of the attributes on a single Match line are ANDed together, so we need - * to check every * attribute and set the result to zero if any attribute does + * to check every attribute and set the result to zero if any attribute does * not match. */ static int |