From b6981dc35917079e7b36ecfa3b56cf3bf12e8bfc Mon Sep 17 00:00:00 2001 From: Alexandre Ratchov Date: Fri, 17 Sep 2010 10:39:25 +0200 Subject: [PATCH] typo in comments --- aucat/aproc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aucat/aproc.c b/aucat/aproc.c index 089d866..1f7edb9 100644 --- a/aucat/aproc.c +++ b/aucat/aproc.c @@ -1043,9 +1043,9 @@ mix_setmaster(struct aproc *p) * counted only once because they don't need to * share their volume * - * XXX: that's wrong, this not optimal if we have to - * buckets of N and N' clients. Indeed, we should - * get 1/N and 1/N' + * XXX: this is wrong, this is not optimal if we have two + * buckets of N and N' clients, in which case we should + * get 1/N and 1/N' respectively */ n = 0; LIST_FOREACH(i, &p->ins, ient) {