git: b9c307bc77e4 - stable/13 - 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:20:45 UTC
The branch stable/13 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=b9c307bc77e4e11171953aa9099b306b2e56f459
commit b9c307bc77e4e11171953aa9099b306b2e56f459
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:18:00 +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 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