summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorJason Peel <jsyn@cvs.openbsd.org>2002-06-09 02:11:48 +0000
committerJason Peel <jsyn@cvs.openbsd.org>2002-06-09 02:11:48 +0000
commit2439e8f755866486c809af0482589d2337018d37 (patch)
tree9aacf45e2c9a411d5e46c9464602099113ab6a51 /usr.sbin
parent27f4526e7f1e0379a00d49b3aadfa61e513ac2b2 (diff)
fix the use of "cuz" in the tree; these are all in comments
noticed by aaron@, recommended by deraadt@
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/afs/src/rx/rx.c2
-rw-r--r--usr.sbin/config/pack.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/afs/src/rx/rx.c b/usr.sbin/afs/src/rx/rx.c
index 4ac98faecc5..381d7189e3b 100644
--- a/usr.sbin/afs/src/rx/rx.c
+++ b/usr.sbin/afs/src/rx/rx.c
@@ -3027,7 +3027,7 @@ rxi_Start(struct rxevent * event, struct rx_call * call)
int foo; /* XXX - ugly */
/* Send off the prior packet */
/*
- * Don't request an ack if it's a short packet, 'cuz the
+ * Don't request an ack if it's a short packet, because the
* peer will cut down its MTU as a result.
*/
if (((lastPacket->header.flags & RX_LAST_PACKET) == 0)) {
diff --git a/usr.sbin/config/pack.c b/usr.sbin/config/pack.c
index 95ae8f8a122..1c36a0c0115 100644
--- a/usr.sbin/config/pack.c
+++ b/usr.sbin/config/pack.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pack.c,v 1.11 2002/03/14 16:44:24 mpech Exp $ */
+/* $OpenBSD: pack.c,v 1.12 2002/06/09 02:11:47 jsyn Exp $ */
/* $NetBSD: pack.c,v 1.5 1996/08/31 21:15:11 mycroft Exp $ */
/*
@@ -247,7 +247,7 @@ addparents(src, dst)
panic("addparents() i_collapsed");
/* Collect up list of parents to add. */
- if (src->i_at == NULL) /* none, 'cuz "at root" */
+ if (src->i_at == NULL) /* none, because we are "at root" */
return;
if (src->i_atdev != NULL) {
n = nparents(NULL, src->i_atdev, src->i_atunit);