The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=aee3611fecba4202c944803b43042ab701dac153
commit aee3611fecba4202c944803b43042ab701dac153 Author: John Baldwin <[email protected]> AuthorDate: 2023-06-07 18:03:02 +0000 Commit: John Baldwin <[email protected]> CommitDate: 2023-06-07 18:03:02 +0000 pmcstat: Tweak typo fix. Reviewed by: imp --- usr.sbin/pmcstat/pmcstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/pmcstat/pmcstat.c b/usr.sbin/pmcstat/pmcstat.c index decb2c5af953..634085a95335 100644 --- a/usr.sbin/pmcstat/pmcstat.c +++ b/usr.sbin/pmcstat/pmcstat.c @@ -96,7 +96,7 @@ __FBSDID("$FreeBSD$"); * * /Parent/ /Child/ * - * - Wait for children token. + * - Wait for child's token. * - Sends token. * - Awaits signal to start. * - Attaches PMCs to the child's pid
