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 <[email protected]>
AuthorDate: 2023-06-01 23:41:32 +0000
Commit: Warner Losh <[email protected]>
CommitDate: 2023-06-02 02:33:39 +0000
pmcstat: Fix typos
Signed-off-by: Elyes Haouas <[email protected]>
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