=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/match.c,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- src/usr.bin/ssh/match.c 2017/02/15 23:38:31 1.35 +++ src/usr.bin/ssh/match.c 2017/03/10 03:52:48 1.36 @@ -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 * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -143,7 +143,7 @@ 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++;