git: 99d226c07f42 - stable/13 - extra_tcp_stacks: Fix two typos in source code comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Apr 2022 13:35:33 UTC
The branch stable/13 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=99d226c07f42403c17e2247940a53a44ebdb9f15
commit 99d226c07f42403c17e2247940a53a44ebdb9f15
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-02-07 17:14:22 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-02 13:30:44 +0000
extra_tcp_stacks: Fix two typos in source code comments
- s/recusive/recursive/
(cherry picked from commit 75fdc440c8abf30f62bbaaae70a786e9d83311be)
---
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 e3b7f24c6863..f2026730aef5 100644
--- a/sys/netinet/tcp_stacks/bbr.c
+++ b/sys/netinet/tcp_stacks/bbr.c
@@ -10031,7 +10031,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 d2f8a13c4227..499eb53ab8c5 100644
--- a/sys/netinet/tcp_stacks/rack.c
+++ b/sys/netinet/tcp_stacks/rack.c
@@ -12126,7 +12126,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 :(
*
*/