Re: git: b8b97d31bda1 - main - pmcstat: Fix typos
- In reply to: John Baldwin : "Re: git: b8b97d31bda1 - main - pmcstat: Fix typos"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 03 Jun 2023 19:52:57 UTC
On Fri, Jun 2, 2023, 10:45 AM John Baldwin <jhb@freebsd.org> wrote:
> On 6/1/23 7:33 PM, Warner Losh wrote:
> > The branch main has been updated by imp:
> >
> > URL:
> https://cgit.FreeBSD.org/src/commit/?id=b8b97d31bda194cfcdb9c03a1b53d27dfbd884f0
> >
> > commit b8b97d31bda194cfcdb9c03a1b53d27dfbd884f0
> > Author: Elyes Haouas <ehaouas@noos.fr>
> > AuthorDate: 2023-06-01 23:41:32 +0000
> > Commit: Warner Losh <imp@FreeBSD.org>
> > CommitDate: 2023-06-02 02:33:39 +0000
> >
> > pmcstat: Fix typos
> >
> > Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
> > Reviewed by: imp
> > Pull Request: https://github.com/freebsd/freebsd-src/pull/653
> > ---
> > usr.sbin/pmcstat/pmcstat.c | 2 +-
> > usr.sbin/pmcstat/pmcstat_log.c | 2 +-
> > 2 files changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/usr.sbin/pmcstat/pmcstat.c b/usr.sbin/pmcstat/pmcstat.c
> > index fa590432667a..decb2c5af953 100644
> > --- a/usr.sbin/pmcstat/pmcstat.c
> > +++ b/usr.sbin/pmcstat/pmcstat.c
> > @@ -96,7 +96,7 @@ __FBSDID("$FreeBSD$");
> > *
> > * /Parent/ /Child/
> > *
> > - * - Wait for childs token.
> > + * - Wait for children token.
> > * - Sends token.
> > * - Awaits signal to start.
>
> I think this one should be "Wait for child's token."
>
Agreed
Warner
> --
> John Baldwin
>
>