diff options
Diffstat (limited to 'usr.bin/aucat')
-rw-r--r-- | usr.bin/aucat/sock.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/aucat/sock.c b/usr.bin/aucat/sock.c index 6a1c222af97..52c79293e6e 100644 --- a/usr.bin/aucat/sock.c +++ b/usr.bin/aucat/sock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sock.c,v 1.15 2009/03/12 07:26:04 ratchov Exp $ */ +/* $OpenBSD: sock.c,v 1.16 2009/03/15 10:31:37 jakemsr Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org> * @@ -135,8 +135,8 @@ rsock_opos(struct aproc *p, struct abuf *obuf, int delta) f, delta, f->delta); /* - * negative deltas are xrun notifications for internal uses - * only. Dont generate a packet for this, the client will be + * Negative deltas are xrun notifications for internal uses + * only. Don't generate a packet for this, the client will be * notified later. */ if (delta < 0) @@ -242,8 +242,8 @@ wsock_ipos(struct aproc *p, struct abuf *obuf, int delta) DPRINTFN(3, "wsock_ipos: %p, delta = %d, f->delta = %d\n", f, delta, f->delta); /* - * negative deltas are xrun notifications for internal uses - * only. Dont generate a packet for this, the client will be + * Negative deltas are xrun notifications for internal uses + * only. Don't generate a packet for this, the client will be * notified later. */ if (delta < 0) |