Date: Sat, 28 Aug 2021 16:54:28 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: 10e0082fff4e - main - inet6(4): Fix a few common typos in source code comments Message-ID: <202108281654.17SGsSrr020917@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=10e0082fff4ec9392db2763ce3b095bc010526df commit 10e0082fff4ec9392db2763ce3b095bc010526df Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2021-08-28 16:53:59 +0000 Commit: Gordon Bergling <gbe@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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108281654.17SGsSrr020917>