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 /usr.sbin/afs | |
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 'usr.sbin/afs')
-rw-r--r-- | usr.sbin/afs/src/rx/rx.c | 2 |
1 files changed, 1 insertions, 1 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)) { |