-/* $OpenBSD: audio.c,v 1.96 2008/07/29 05:59:11 ratchov Exp $ */
+/* $OpenBSD: audio.c,v 1.97 2008/08/10 12:03:53 krw Exp $ */
/* $NetBSD: audio.c,v 1.119 1999/11/09 16:50:47 augustss Exp $ */
/*
}
/*
- * Signal all processes waitinf for the mixer.
+ * Signal all processes waiting for the mixer.
*/
static void
mixer_signal(struct audio_softc *sc)
ADVANCE_RING();
}
- /* flus cache and wait idle clean after cliprect change */
+ /* flush cache and wait idle clean after cliprect change */
BEGIN_RING(2);
OUT_RING(CP_PACKET0(R300_RB3D_DSTCACHE_CTLSTAT, 0));
OUT_RING(R300_RB3D_DC_FLUSH);