diff options
author | Jacob Meuser <jakemsr@cvs.openbsd.org> | 2009-03-15 10:31:38 +0000 |
---|---|---|
committer | Jacob Meuser <jakemsr@cvs.openbsd.org> | 2009-03-15 10:31:38 +0000 |
commit | 76289c260a26d9464a6c67297d944b6dfb523b4a (patch) | |
tree | e7fc453fcc0c00e65f6db423395939b18184dd39 /usr.bin/aucat | |
parent | b5ad0fa53a9c3d3451b7af7f41a62d3dd5bf915c (diff) |
fix a couple comment typos
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) |