Module Name: src Committed By: wiz Date: Sun Dec 5 08:03:32 UTC 2021
Modified Files: src/usr.sbin/makemandb: custom_apropos_tokenizer.c Log Message: preceds -> precedes To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/makemandb/custom_apropos_tokenizer.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.sbin/makemandb/custom_apropos_tokenizer.c diff -u src/usr.sbin/makemandb/custom_apropos_tokenizer.c:1.3 src/usr.sbin/makemandb/custom_apropos_tokenizer.c:1.4 --- src/usr.sbin/makemandb/custom_apropos_tokenizer.c:1.3 Sun Dec 5 07:13:49 2021 +++ src/usr.sbin/makemandb/custom_apropos_tokenizer.c Sun Dec 5 08:03:32 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: custom_apropos_tokenizer.c,v 1.3 2021/12/05 07:13:49 msaitoh Exp $ */ +/* $NetBSD: custom_apropos_tokenizer.c,v 1.4 2021/12/05 08:03:32 wiz Exp $ */ /* ** 2006 September 30 ** @@ -304,7 +304,7 @@ star_oh(const char *z) /* * If the word ends with zFrom and xCond() is true for the stem - * of the word that preceds the zFrom ending, then change the + * of the word that precedes the zFrom ending, then change the * ending to zTo. * * The input word *pz and zFrom are both in reverse order. zTo