git: 33475cb18e9e - stable/14 - racct: Fix a typo in a comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 13 May 2025 12:50:59 UTC
The branch stable/14 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=33475cb18e9eb5568c6704c2b2b9a63a46ddd2ed commit 33475cb18e9eb5568c6704c2b2b9a63a46ddd2ed Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2025-05-01 14:00:05 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2025-05-13 12:50:51 +0000 racct: Fix a typo in a comment Reported by: kib MFC after: 1 week (cherry picked from commit 5d1fba01ca07030a013815746c2c056b5c4a8a49) --- sys/kern/kern_racct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/kern_racct.c b/sys/kern/kern_racct.c index 43c3da0c2320..b121e24b9354 100644 --- a/sys/kern/kern_racct.c +++ b/sys/kern/kern_racct.c @@ -311,7 +311,7 @@ fixpt_t ccpu_exp[] = { /* * This function is analogical to the getpcpu() function in the ps(1) command. * They should both calculate in the same way so that the racct %cpu - * calculations are consistent with the values showed by the ps(1) tool. + * calculations are consistent with the values shown by the ps(1) tool. * The calculations are more complex in the 4BSD scheduler because of the value * of the ccpu variable. In ULE it is defined to be zero which saves us some * work.