summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2003-12-17 16:12:01 +0000
committerjhb <jhb@FreeBSD.org>2003-12-17 16:12:01 +0000
commitbfeab27f1596f88d85c18b717d752fa1d2aa927a (patch)
tree47f800246cd9dc28293cda76d4b65b4a7b04f986
parent8315bb904de1f1c34053b85fab46b2f15bea6d42 (diff)
downloadFreeBSD-src-bfeab27f1596f88d85c18b717d752fa1d2aa927a.zip
FreeBSD-src-bfeab27f1596f88d85c18b717d752fa1d2aa927a.tar.gz
Fix some becuase -> because typos.
Reported by: Marco Wertejuk <wertejuk@mwcis.com>
-rw-r--r--sys/dev/stg/tmc18c30.c2
-rw-r--r--sys/netinet/tcp_subr.c2
-rw-r--r--sys/netinet/tcp_timewait.c2
-rw-r--r--sys/nfsserver/nfs_srvsubs.c2
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;
OpenPOWER on IntegriCloud