From bfeab27f1596f88d85c18b717d752fa1d2aa927a Mon Sep 17 00:00:00 2001 From: jhb Date: Wed, 17 Dec 2003 16:12:01 +0000 Subject: Fix some becuase -> because typos. Reported by: Marco Wertejuk --- sys/dev/stg/tmc18c30.c | 2 +- sys/netinet/tcp_subr.c | 2 +- sys/netinet/tcp_timewait.c | 2 +- sys/nfsserver/nfs_srvsubs.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/dev/stg/tmc18c30.c b/sys/dev/stg/tmc18c30.c index e7aa455..b849364 100644 --- a/sys/dev/stg/tmc18c30.c +++ b/sys/dev/stg/tmc18c30.c @@ -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; diff --git a/sys/netinet/tcp_subr.c b/sys/netinet/tcp_subr.c index 12394eb..0b3fdf9 100644 --- a/sys/netinet/tcp_subr.c +++ b/sys/netinet/tcp_subr.c @@ -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 { diff --git a/sys/netinet/tcp_timewait.c b/sys/netinet/tcp_timewait.c index 12394eb..0b3fdf9 100644 --- a/sys/netinet/tcp_timewait.c +++ b/sys/netinet/tcp_timewait.c @@ -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 { diff --git a/sys/nfsserver/nfs_srvsubs.c b/sys/nfsserver/nfs_srvsubs.c index 544e7bd..a50fb2c 100644 --- a/sys/nfsserver/nfs_srvsubs.c +++ b/sys/nfsserver/nfs_srvsubs.c @@ -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; -- cgit v1.1