Date: Fri, 19 Nov 2021 18:13:47 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 15b5c347f191 - main - sched_ule(4): Fix two typo in source code comments Message-ID: <202111191813.1AJIDl8q029538@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=15b5c347f1916d14e84765ae68921755ee930612 commit 15b5c347f1916d14e84765ae68921755ee930612 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2021-11-19 18:13:28 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2021-11-19 18:13:28 +0000 sched_ule(4): Fix two typo in source code comments - s/conditons/conditions/ - s/unconditonally/unconditionally/ MFC after: 3 days --- sys/kern/sched_ule.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/kern/sched_ule.c b/sys/kern/sched_ule.c index e311c8da8bac..46b3b9aa418f 100644 --- a/sys/kern/sched_ule.c +++ b/sys/kern/sched_ule.c @@ -2040,7 +2040,7 @@ tdq_trysteal(struct tdq *tdq) /* * The data returned by sched_highest() is stale and * the chosen CPU no longer has an eligible thread. - * At this point unconditonally exit the loop to bound + * At this point unconditionally exit the loop to bound * the time spent in the critcal section. */ if (steal->tdq_load < steal_thresh || @@ -3083,7 +3083,7 @@ sched_fork_exit(struct thread *td) } /* - * Create on first use to catch odd startup conditons. + * Create on first use to catch odd startup conditions. */ char * sched_tdname(struct thread *td)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111191813.1AJIDl8q029538>