summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/sys/audioio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/audioio.h b/sys/sys/audioio.h
index 2b9515beb2b..b1fea0bfdd3 100644
--- a/sys/sys/audioio.h
+++ b/sys/sys/audioio.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: audioio.h,v 1.14 2001/10/24 16:27:20 mickey Exp $ */
+/* $OpenBSD: audioio.h,v 1.15 2004/01/31 17:00:50 jmc Exp $ */
/* $NetBSD: audioio.h,v 1.24 1998/08/13 06:28:41 mrg Exp $ */
/*
@@ -56,7 +56,7 @@ struct audio_prinfo {
u_int samples; /* number of samples */
u_int eof; /* End Of File (zero-size writes) counter */
u_char pause; /* non-zero if paused, zero to resume */
- u_char error; /* non-zero if underflow/overflow ocurred */
+ u_char error; /* non-zero if underflow/overflow occurred */
u_char waiting; /* non-zero if another process hangs in open */
u_char balance; /* stereo channel balance */
u_char cspare[2];