git: 10e0082fff4e - main - inet6(4): Fix a few common typos in source code comments
Gordon Bergling
gbe at FreeBSD.org
Sat Aug 28 16:54:29 UTC 2021
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=10e0082fff4ec9392db2763ce3b095bc010526df
commit 10e0082fff4ec9392db2763ce3b095bc010526df
Author: Gordon Bergling <gbe at FreeBSD.org>
AuthorDate: 2021-08-28 16:53:59 +0000
Commit: Gordon Bergling <gbe at FreeBSD.org>
CommitDate: 2021-08-28 16:53:59 +0000
inet6(4): Fix a few common typos in source code comments
- s/reshedule/reschedule/
MFC after: 3 days
---
sys/netinet6/nd6.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys/netinet6/nd6.c b/sys/netinet6/nd6.c
index 14312f0a30a3..6a9e2a4fdd7c 100644
--- a/sys/netinet6/nd6.c
+++ b/sys/netinet6/nd6.c
@@ -666,7 +666,7 @@ nd6_is_stale(struct llentry *lle, long *pdelay, int *do_switch)
/*
* V_nd6_delay still not passed since the first
* hit in STALE state.
- * Reshedule timer and return.
+ * Reschedule timer and return.
*/
*pdelay = (long)(nd_delay - delay) * hz;
return (1);
@@ -850,7 +850,7 @@ nd6_llinfo_timer(void *arg)
if (nd6_is_stale(ln, &delay, &do_switch) != 0) {
/*
* No packet has used this entry and GC timeout
- * has not been passed. Reshedule timer and
+ * has not been passed. Reschedule timer and
* return.
*/
nd6_llinfo_settimer_locked(ln, delay);
More information about the dev-commits-src-main
mailing list