From 6cd91baafa6258562b7fe6f621329478d98cd805 Mon Sep 17 00:00:00 2001 From: Alexandre Ratchov Date: Tue, 19 Oct 2010 13:07:53 +0200 Subject: [PATCH] polish comments --- aucat/aproc.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/aucat/aproc.c b/aucat/aproc.c index a28f0d2..0b25d62 100644 --- a/aucat/aproc.c +++ b/aucat/aproc.c @@ -970,9 +970,9 @@ mix_newout(struct aproc *p, struct abuf *obuf) #ifdef DEBUG if (debug_level >= 3) { aproc_dbg(p); - dbg_puts(": newin, will use "); + dbg_puts(": newout, will use "); dbg_putu(obuf->len); - dbg_puts("\n"); + dbg_puts(" fr\n"); } #endif obuf->w.mix.todo = 0; @@ -1494,7 +1494,7 @@ resamp_bcopy(struct aproc *p, struct abuf *ibuf, struct abuf *obuf) #ifdef DEBUG if (debug_level >= 4) { aproc_dbg(p); - dbg_puts(": resamp starting diff = "); + dbg_puts(": starting diff = "); dbg_puti(diff); dbg_puts(", ifr = "); dbg_putu(ifr); @@ -1552,7 +1552,7 @@ resamp_bcopy(struct aproc *p, struct abuf *ibuf, struct abuf *obuf) #ifdef DEBUG if (debug_level >= 4) { aproc_dbg(p); - dbg_puts(": resamp done delta = "); + dbg_puts(": done delta = "); dbg_puti(diff); dbg_puts(", ifr = "); dbg_putu(ifr); @@ -2177,7 +2177,7 @@ mon_snoop(struct aproc *p, struct abuf *ibuf, unsigned pos, unsigned todo) #ifdef DEBUG if (debug_level >= 4) { aproc_dbg(p); - dbg_puts(": snoop "); + dbg_puts(": snooping "); dbg_putu(pos); dbg_puts(".."); dbg_putu(todo);