git: 5d1fba01ca07 - main - racct: Fix a typo in a comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 01 May 2025 14:22:40 UTC
The branch main has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=5d1fba01ca07030a013815746c2c056b5c4a8a49
commit 5d1fba01ca07030a013815746c2c056b5c4a8a49
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2025-05-01 14:00:05 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2025-05-01 14:22:25 +0000
racct: Fix a typo in a comment
Reported by: kib
MFC after: 1 week
---
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 cc84356cfc4e..7ee3b9e2048a 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.