mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-10 14:02:43 +00:00
Fix some becuase -> because typos.
Reported by: Marco Wertejuk <wertejuk@mwcis.com>
This commit is contained in:
parent
2d92ec9858
commit
a5b061f9d2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123608
@ -857,7 +857,7 @@ stg_reselected(sc)
|
||||
|
||||
/* XXX:
|
||||
* We should ack the reselection as soon as possible,
|
||||
* becuase the target would abort the current reselection seq
|
||||
* because the target would abort the current reselection seq
|
||||
* due to reselection timeout.
|
||||
*/
|
||||
tout = STG_DELAY_SELECT_POLLING_MAX;
|
||||
|
@ -194,7 +194,7 @@ static void tcp_discardcb(struct tcpcb *);
|
||||
/*
|
||||
* XXX
|
||||
* Callouts should be moved into struct tcp directly. They are currently
|
||||
* separate becuase the tcpcb structure is exported to userland for sysctl
|
||||
* separate because the tcpcb structure is exported to userland for sysctl
|
||||
* parsing purposes, which do not know about callouts.
|
||||
*/
|
||||
struct tcpcb_mem {
|
||||
|
@ -194,7 +194,7 @@ static void tcp_discardcb(struct tcpcb *);
|
||||
/*
|
||||
* XXX
|
||||
* Callouts should be moved into struct tcp directly. They are currently
|
||||
* separate becuase the tcpcb structure is exported to userland for sysctl
|
||||
* separate because the tcpcb structure is exported to userland for sysctl
|
||||
* parsing purposes, which do not know about callouts.
|
||||
*/
|
||||
struct tcpcb_mem {
|
||||
|
@ -736,7 +736,7 @@ nfs_namei(struct nameidata *ndp, fhandle_t *fhp, int len,
|
||||
|
||||
/*
|
||||
* Initialize for scan, set ni_startdir and bump ref on dp again
|
||||
* becuase lookup() will dereference ni_startdir.
|
||||
* because lookup() will dereference ni_startdir.
|
||||
*/
|
||||
|
||||
cnp->cn_thread = td;
|
||||
|
Loading…
Reference in New Issue
Block a user