Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jun 2023 18:04:19 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: aee3611fecba - main - pmcstat: Tweak typo fix.
Message-ID:  <202306071804.357I4Jg0038740@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhb:

URL: https://cgit.FreeBSD.org/src/commit/?id=aee3611fecba4202c944803b43042ab701dac153

commit aee3611fecba4202c944803b43042ab701dac153
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2023-06-07 18:03:02 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306071804.357I4Jg0038740>