=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/match.c,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- src/usr.bin/mg/match.c 2015/03/19 21:22:15 1.18 +++ src/usr.bin/mg/match.c 2015/06/03 23:40:01 1.19 @@ -1,4 +1,4 @@ -/* $OpenBSD: match.c,v 1.18 2015/03/19 21:22:15 bcallah Exp $ */ +/* $OpenBSD: match.c,v 1.19 2015/06/03 23:40:01 bcallah Exp $ */ /* This file is in the public domain. */ @@ -81,8 +81,7 @@ /* * Move behind the inserted character. We are always guaranteed - * that there is at least one character on the line, since one was - * just self-inserted by blinkparen. + * that there is at least one character on the line. */ clp = curwp->w_dotp; cbo = curwp->w_doto - 1;