diff options
author | Jason Peel <jsyn@cvs.openbsd.org> | 2002-06-09 02:11:48 +0000 |
---|---|---|
committer | Jason Peel <jsyn@cvs.openbsd.org> | 2002-06-09 02:11:48 +0000 |
commit | 2439e8f755866486c809af0482589d2337018d37 (patch) | |
tree | 9aacf45e2c9a411d5e46c9464602099113ab6a51 /sys | |
parent | 27f4526e7f1e0379a00d49b3aadfa61e513ac2b2 (diff) |
fix the use of "cuz" in the tree; these are all in comments
noticed by aaron@, recommended by deraadt@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hp300/dev/hd.c | 4 | ||||
-rw-r--r-- | sys/dev/ic/iha.c | 4 | ||||
-rw-r--r-- | sys/dev/ic/siop.c | 4 | ||||
-rw-r--r-- | sys/netinet/icmp6.h | 6 | ||||
-rw-r--r-- | sys/netinet/icmp_var.h | 6 | ||||
-rw-r--r-- | sys/netns/ns_error.h | 6 | ||||
-rw-r--r-- | sys/uvm/uvm_glue.c | 4 |
7 files changed, 17 insertions, 17 deletions
diff --git a/sys/arch/hp300/dev/hd.c b/sys/arch/hp300/dev/hd.c index 1c4e1345e6e..b667b0e1663 100644 --- a/sys/arch/hp300/dev/hd.c +++ b/sys/arch/hp300/dev/hd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hd.c,v 1.16 2002/05/30 11:03:52 art Exp $ */ +/* $OpenBSD: hd.c,v 1.17 2002/06/09 02:11:47 jsyn Exp $ */ /* $NetBSD: rd.c,v 1.33 1997/07/10 18:14:08 kleink Exp $ */ /* @@ -1045,7 +1045,7 @@ hderror(unit) } /* * Now output a generic message suitable for badsect. - * Note that we don't use harderr cuz it just prints + * Note that we don't use harderr because it just prints * out b_blkno which is just the beginning block number * of the transfer, not necessary where the error occurred. */ diff --git a/sys/dev/ic/iha.c b/sys/dev/ic/iha.c index 80c10e72a76..ba6d6e62dac 100644 --- a/sys/dev/ic/iha.c +++ b/sys/dev/ic/iha.c @@ -1,4 +1,4 @@ -/* $OpenBSD: iha.c,v 1.13 2002/03/14 01:26:54 millert Exp $ */ +/* $OpenBSD: iha.c,v 1.14 2002/06/09 02:11:47 jsyn Exp $ */ /* * Initio INI-9xxxU/UW SCSI Device Driver * @@ -634,7 +634,7 @@ iha_find_pend_scb(sc) /* * OK to do a non-tagged request sense * even if a non-tagged I/O has been - * started, 'cuz we don't allow any + * started, because we don't allow any * disconnect during a request sense op */ break; diff --git a/sys/dev/ic/siop.c b/sys/dev/ic/siop.c index a2a06b17488..fd1ad22278d 100644 --- a/sys/dev/ic/siop.c +++ b/sys/dev/ic/siop.c @@ -1,4 +1,4 @@ -/* $OpenBSD: siop.c,v 1.19 2002/03/14 01:26:55 millert Exp $ */ +/* $OpenBSD: siop.c,v 1.20 2002/06/09 02:11:47 jsyn Exp $ */ /* $NetBSD: siop.c,v 1.39 2001/02/11 18:04:49 bouyer Exp $ */ /* @@ -1373,7 +1373,7 @@ siop_scsicmd(xs) if (error != SID_QUAL_BAD_LU) { /* * Allocate enough commands to hold at least max openings - * worth of commands. Do this statically now 'cuz + * worth of commands. Do this statically now because * a) We can't rely on the upper layers to ask for more * b) Doing it dynamically in siop_startcmd may cause * calls to bus_dma* functions in interrupt context diff --git a/sys/netinet/icmp6.h b/sys/netinet/icmp6.h index a2d7000440c..183ae498e3a 100644 --- a/sys/netinet/icmp6.h +++ b/sys/netinet/icmp6.h @@ -1,4 +1,4 @@ -/* $OpenBSD: icmp6.h,v 1.23 2002/06/08 21:22:02 itojun Exp $ */ +/* $OpenBSD: icmp6.h,v 1.24 2002/06/09 02:11:47 jsyn Exp $ */ /* $KAME: icmp6.h,v 1.71 2002/05/27 04:18:29 itojun Exp $ */ /* @@ -506,8 +506,8 @@ struct icmp6errstat { struct icmp6stat { /* statistics related to icmp6 packets generated */ u_quad_t icp6s_error; /* # of calls to icmp6_error */ - u_quad_t icp6s_canterror; /* no error 'cuz old was icmp */ - u_quad_t icp6s_toofreq; /* no error 'cuz rate limitation */ + u_quad_t icp6s_canterror; /* no error because old was icmp */ + u_quad_t icp6s_toofreq; /* no error because rate limitation */ u_quad_t icp6s_outhist[256]; /* statistics related to input message processed */ u_quad_t icp6s_badcode; /* icmp6_code out of range */ diff --git a/sys/netinet/icmp_var.h b/sys/netinet/icmp_var.h index dbd54102422..dcc9233d40b 100644 --- a/sys/netinet/icmp_var.h +++ b/sys/netinet/icmp_var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: icmp_var.h,v 1.8 2002/05/24 21:53:08 deraadt Exp $ */ +/* $OpenBSD: icmp_var.h,v 1.9 2002/06/09 02:11:47 jsyn Exp $ */ /* $NetBSD: icmp_var.h,v 1.8 1995/03/26 20:32:19 jtc Exp $ */ /* @@ -46,8 +46,8 @@ struct icmpstat { /* statistics related to icmp packets generated */ u_long icps_error; /* # of calls to icmp_error */ - u_long icps_oldshort; /* no error 'cuz old ip too short */ - u_long icps_oldicmp; /* no error 'cuz old was icmp */ + u_long icps_oldshort; /* no error because old ip too short */ + u_long icps_oldicmp; /* no error because old was icmp */ u_long icps_outhist[ICMP_MAXTYPE + 1]; /* statistics related to input messages processed */ u_long icps_badcode; /* icmp_code out of range */ diff --git a/sys/netns/ns_error.h b/sys/netns/ns_error.h index da7d970f94b..909a005da54 100644 --- a/sys/netns/ns_error.h +++ b/sys/netns/ns_error.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ns_error.h,v 1.3 2001/09/20 17:02:32 mpech Exp $ */ +/* $OpenBSD: ns_error.h,v 1.4 2002/06/09 02:11:47 jsyn Exp $ */ /* $NetBSD: ns_error.h,v 1.6 1995/03/26 20:36:20 jtc Exp $ */ /* @@ -74,8 +74,8 @@ struct ns_epidp { struct ns_errstat { /* statistics related to ns_err packets generated */ int ns_es_error; /* # of calls to ns_error */ - int ns_es_oldshort; /* no error 'cuz old ip too short */ - int ns_es_oldns_err; /* no error 'cuz old was ns_err */ + int ns_es_oldshort; /* no error because old ip too short */ + int ns_es_oldns_err; /* no error because old was ns_err */ int ns_es_outhist[NS_ERR_MAX]; /* statistics related to input messages processed */ int ns_es_badcode; /* ns_err_code out of range */ diff --git a/sys/uvm/uvm_glue.c b/sys/uvm/uvm_glue.c index ae73461f51b..6d307bc47fa 100644 --- a/sys/uvm/uvm_glue.c +++ b/sys/uvm/uvm_glue.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm_glue.c,v 1.32 2002/03/14 01:27:18 millert Exp $ */ +/* $OpenBSD: uvm_glue.c,v 1.33 2002/06/09 02:11:47 jsyn Exp $ */ /* $NetBSD: uvm_glue.c,v 1.44 2001/02/06 19:54:44 eeh Exp $ */ /* @@ -450,7 +450,7 @@ loop: * we have found swapped out process which we would like to bring * back in. * - * XXX: this part is really bogus cuz we could deadlock on memory + * XXX: this part is really bogus because we could deadlock on memory * despite our feeble check */ if (uvmexp.free > atop(USPACE)) { |