git: eeb55ab57215 - stable/12 - kern_fflock: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Feb 2022 06:28:33 UTC
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