=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/tags.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- src/usr.bin/mg/tags.c 2017/08/06 04:39:45 1.16 +++ src/usr.bin/mg/tags.c 2022/01/28 06:18:41 1.17 @@ -1,4 +1,4 @@ -/* $OpenBSD: tags.c,v 1.16 2017/08/06 04:39:45 bcallah Exp $ */ +/* $OpenBSD: tags.c,v 1.17 2022/01/28 06:18:41 guenther Exp $ */ /* * This file is in the public domain. @@ -453,7 +453,7 @@ /* Underscore character is to be treated as "inword" while * processing tokens unlike mg's default word traversal. Save - * and restore it's cinfo value so that tag matching works for + * and restore its cinfo value so that tag matching works for * identifier with underscore. */ c = cinfo['_'];