summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_rctl.c
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2016-06-27 21:50:30 +0000
committerbdrewery <bdrewery@FreeBSD.org>2016-06-27 21:50:30 +0000
commit2c796ad6408184cf2bb690fa55a4fb5c6a894f35 (patch)
tree858fb401c23b3ea9e4605170ecedd0e8ab60f6f4 /sys/kern/kern_rctl.c
parent46cba9192e970d80d556791991862b19bea90ea2 (diff)
downloadFreeBSD-src-2c796ad6408184cf2bb690fa55a4fb5c6a894f35.zip
FreeBSD-src-2c796ad6408184cf2bb690fa55a4fb5c6a894f35.tar.gz
MFC r298819:
sys/kern: spelling fixes in comments.
Diffstat (limited to 'sys/kern/kern_rctl.c')
-rw-r--r--sys/kern/kern_rctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_rctl.c b/sys/kern/kern_rctl.c
index c43b83d..2aa55e2 100644
--- a/sys/kern/kern_rctl.c
+++ b/sys/kern/kern_rctl.c
@@ -310,7 +310,7 @@ rctl_pcpu_available(const struct proc *p) {
/*
* Return slightly less than actual value of the available
- * %cpu resource. This makes %cpu throttling more agressive
+ * %cpu resource. This makes %cpu throttling more aggressive
* and lets us act sooner than the limits are already exceeded.
*/
if (limit != 0) {
OpenPOWER on IntegriCloud