fix wrong dev_cycle() comment

This commit is contained in:
Alexandre Ratchov 2014-03-17 18:48:25 +01:00
parent c95cb04987
commit 4819480746
1 changed files with 2 additions and 2 deletions

View File

@ -743,8 +743,8 @@ dev_sub_bcopy(struct dev *d, struct slot *s)
}
/*
* run a one block cycle, return 0 if the device was stopped and/or
* closed.
* run a one block cycle: consume one recorded block from
* rbuf and produce one play block in pbuf
*/
void
dev_cycle(struct dev *d)