git: 5a78ec9e7c3f - main - kern_fflock: Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sun, 06 Feb 2022 16:30:02 UTC
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