s/transfered/transferred, from tobiasu

This commit is contained in:
Alexandre Ratchov 2012-03-22 09:38:14 +01:00
parent 47288b2d38
commit 0e45cc33c4
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ struct sio_sun_hdl {
int fd;
int filling;
unsigned ibpf, obpf; /* bytes per frame */
unsigned ibytes, obytes; /* bytes the hw transfered */
unsigned ibytes, obytes; /* bytes the hw transferred */
unsigned ierr, oerr; /* frames the hw dropped */
int offset; /* frames play is ahead of record */
int idelta, odelta; /* position reported to client */