Fix some becuase -> because typos.

Reported by:	Marco Wertejuk <wertejuk@mwcis.com>
This commit is contained in:
John Baldwin 2003-12-17 16:12:01 +00:00
parent 2d92ec9858
commit a5b061f9d2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123608
4 changed files with 4 additions and 4 deletions

View File

@ -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;

View File

@ -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 {

View File

@ -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 {

View File

@ -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;