diff options
author | 2012-02-24 06:19:00 +0000 | |
---|---|---|
committer | 2012-02-24 06:19:00 +0000 | |
commit | 98c266579d95a2d236242f072421f4700ca4003c (patch) | |
tree | 41f6c7ab16fd15c875b0e7f274a4d5e633391784 /lib/libsndio/sio_sun.c | |
parent | sched_yield() is the standard name while pthread_yield() is the (diff) | |
download | wireguard-openbsd-98c266579d95a2d236242f072421f4700ca4003c.tar.xz wireguard-openbsd-98c266579d95a2d236242f072421f4700ca4003c.zip |
Correct the spelling of "transferred" and "transferring"
from Tobias Ulmer (tobiasu at tmux.org); ok jmc@, krw@
Diffstat (limited to 'lib/libsndio/sio_sun.c')
-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 */ |