extra_tcp_stacks: Fix two typos in source code comments

- s/recusive/recursive/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-02-07 18:14:22 +01:00
parent 9cd75b5588
commit 75fdc440c8
2 changed files with 2 additions and 2 deletions

View File

@ -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 :(
*
*/

View File

@ -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 :(
*
*/