diff options
author | Philip Guenthe <guenther@cvs.openbsd.org> | 2012-02-24 06:19:01 +0000 |
---|---|---|
committer | Philip Guenthe <guenther@cvs.openbsd.org> | 2012-02-24 06:19:01 +0000 |
commit | 5684b0ff2799cac6658e9e66d3dc150030aaf083 (patch) | |
tree | 4a906e7014b917d765632b751e3f46785aceb0fd /lib | |
parent | 6e513c40818b714c9555797760d6e4c3e4f48d7f (diff) |
Correct the spelling of "transferred" and "transferring"
from Tobias Ulmer (tobiasu at tmux.org); ok jmc@, krw@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libsndio/sio_sun.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libsndio/sio_sun.c b/lib/libsndio/sio_sun.c index e02babc2117..cb5a369fc68 100644 --- a/lib/libsndio/sio_sun.c +++ b/lib/libsndio/sio_sun.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sio_sun.c,v 1.4 2011/11/15 08:05:22 ratchov Exp $ */ +/* $OpenBSD: sio_sun.c,v 1.5 2012/02/24 06:19:00 guenther Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org> * @@ -48,7 +48,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 */ |