From 0e45cc33c4aea60b1322adab2adf0806f22e973a Mon Sep 17 00:00:00 2001 From: Alexandre Ratchov Date: Thu, 22 Mar 2012 09:38:14 +0100 Subject: [PATCH] s/transfered/transferred, from tobiasu --- libsndio/sio_sun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsndio/sio_sun.c b/libsndio/sio_sun.c index 895b4f8..158b418 100644 --- a/libsndio/sio_sun.c +++ b/libsndio/sio_sun.c @@ -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 */