git: 75fdc440c8ab - main - extra_tcp_stacks: Fix two typos in source code comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 28 Mar 2022 17:34:52 UTC
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=75fdc440c8abf30f62bbaaae70a786e9d83311be
commit 75fdc440c8abf30f62bbaaae70a786e9d83311be
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-02-07 17:14:22 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-03-28 17:34:45 +0000
extra_tcp_stacks: Fix two typos in source code comments
- s/recusive/recursive/
MFC after: 3 days
---
sys/netinet/tcp_stacks/bbr.c | 2 +-
sys/netinet/tcp_stacks/rack.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys/netinet/tcp_stacks/bbr.c b/sys/netinet/tcp_stacks/bbr.c
index a9abf72c3f93..31150e3169ec 100644
--- a/sys/netinet/tcp_stacks/bbr.c
+++ b/sys/netinet/tcp_stacks/bbr.c
@@ -10015,7 +10015,7 @@ bbr_init(struct tcpcb *tp)
if (tp->t_fb_ptr == NULL) {
/*
* We need to allocate memory but cant. The INP and INP_INFO
- * locks and they are recusive (happens during setup. So a
+ * locks and they are recursive (happens during setup. So a
* scheme to drop the locks fails :(
*
*/
diff --git a/sys/netinet/tcp_stacks/rack.c b/sys/netinet/tcp_stacks/rack.c
index f8734c08bbbd..1b94ca126d08 100644
--- a/sys/netinet/tcp_stacks/rack.c
+++ b/sys/netinet/tcp_stacks/rack.c
@@ -12358,7 +12358,7 @@ rack_init(struct tcpcb *tp)
if (tp->t_fb_ptr == NULL) {
/*
* We need to allocate memory but cant. The INP and INP_INFO
- * locks and they are recusive (happens during setup. So a
+ * locks and they are recursive (happens during setup. So a
* scheme to drop the locks fails :(
*
*/