Re: git: b8b97d31bda1 - main - pmcstat: Fix typos
- Reply: Warner Losh : "Re: git: b8b97d31bda1 - main - pmcstat: Fix typos"
- In reply to: Warner Losh : "git: b8b97d31bda1 - main - pmcstat: Fix typos"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 02 Jun 2023 16:45:23 UTC
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."
--
John Baldwin