[openssh-commits] [openssh] 03/11: upstream commit
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Mar 10 15:35:46 AEDT 2017
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit ec2892b5c7fea199914cb3a6afb3af38f84990bf
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri Mar 10 03:52:48 2017 +0000
upstream commit
reword a comment to make it fit 80 columns
Upstream-ID: b4b48b4487c0821d16e812c40c9b09f03b28e349
---
match.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/match.c b/match.c
index ca93cb0..a7585e2 100644
--- a/match.c
+++ b/match.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: match.c,v 1.35 2017/02/15 23:38:31 jsg Exp $ */
+/* $OpenBSD: match.c,v 1.36 2017/03/10 03:52:48 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo at cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo at cs.hut.fi>, Espoo, Finland
@@ -145,7 +145,7 @@ match_pattern_list(const char *string, const char *pattern, int dolower)
if (subi >= sizeof(sub) - 1)
return 0;
- /* If the subpattern was terminated by a comma, skip the comma. */
+ /* If the subpattern was terminated by a comma, then skip it. */
if (i < len && pattern[i] == ',')
i++;
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list