git: a007d9f143b7 - stable/12 - inet6(4): Fix a few common typos in source code comments
Gordon Bergling
gbe at FreeBSD.org
Tue Aug 31 06:15:04 UTC 2021
The branch stable/12 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=a007d9f143b7d9cde898a5e0a21d253c03296034
commit a007d9f143b7d9cde898a5e0a21d253c03296034
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-31 06:14:47 +0000
inet6(4): Fix a few common typos in source code comments
- s/reshedule/reschedule/
(cherry picked from commit 10e0082fff4ec9392db2763ce3b095bc010526df)
---
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 0a654fbd06e6..682a635ce5c2 100644
--- a/sys/netinet6/nd6.c
+++ b/sys/netinet6/nd6.c
@@ -656,7 +656,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);
@@ -828,7 +828,7 @@ nd6_llinfo_timer(void *arg)
/*
* 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-all
mailing list