Date: Sun, 6 Feb 2022 16:30:02 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: 5a78ec9e7c3f - main - kern_fflock: Fix a typo in a source code comment Message-ID: <202202061630.216GU2tx065556@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=5a78ec9e7c3f5ae83716d8d8ad27185a2b618681 commit 5a78ec9e7c3f5ae83716d8d8ad27185a2b618681 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-02-06 16:29:43 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-02-06 16:29:43 +0000 kern_fflock: Fix a typo in a source code comment - s/foward/forward/ MFC after: 3 days --- 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 0398c8cc1c8b..e76e2b6652f4 100644 --- a/sys/kern/kern_ffclock.c +++ b/sys/kern/kern_ffclock.c @@ -402,7 +402,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?202202061630.216GU2tx065556>