summaryrefslogtreecommitdiffstats
path: root/lib/libsndio/sio_sun.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libsndio/sio_sun.c')
-rw-r--r--lib/libsndio/sio_sun.c4
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 */