typo in comments

This commit is contained in:
Alexandre Ratchov 2010-09-17 10:39:25 +02:00
parent 52a88805d0
commit b6981dc359
1 changed files with 3 additions and 3 deletions

View File

@ -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) {