Date: Wed, 9 Feb 2022 06:28:33 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: eeb55ab57215 - stable/12 - kern_fflock: Fix a typo in a source code comment Message-ID: <202202090628.2196SXWI038193@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=eeb55ab572155b23a0a8423c671569c386be741e commit eeb55ab572155b23a0a8423c671569c386be741e Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-02-06 16:29:43 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-02-09 06:26:13 +0000 kern_fflock: Fix a typo in a source code comment - s/foward/forward/ (cherry picked from commit 5a78ec9e7c3f5ae83716d8d8ad27185a2b618681) --- sys/kern/kern_ffclock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/kern_ffclock.c b/sys/kern/kern_ffclock.c index 8195530cbbdc..0c6b6043710d 100644 --- a/sys/kern/kern_ffclock.c +++ b/sys/kern/kern_ffclock.c @@ -400,7 +400,7 @@ sys_ffclock_getcounter(struct thread *td, struct ffclock_getcounter_args *uap) } /* - * System call allowing the synchronisation daemon to push new feed-foward clock + * System call allowing the synchronisation daemon to push new feed-forward clock * estimates to the kernel. Acquire ffclock_mtx to prevent concurrent updates * and ensure data consistency. * NOTE: ffclock_updated signals the fftimehands that new estimates are
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202090628.2196SXWI038193>