summaryrefslogtreecommitdiff
path: root/regress/sys/dev/audio
diff options
context:
space:
mode:
authorDavid Krause <david@cvs.openbsd.org>2003-03-19 03:35:58 +0000
committerDavid Krause <david@cvs.openbsd.org>2003-03-19 03:35:58 +0000
commit4b5ec79c501cb6db43780ab2c3c3315a8b24be76 (patch)
tree72ac22a72ad266a22ffdd2664ca61ca9320b380c /regress/sys/dev/audio
parent8bcce9f25731bac8b027be529cfa77f08ed785a7 (diff)
spelling fix
ok jason@
Diffstat (limited to 'regress/sys/dev/audio')
-rw-r--r--regress/sys/dev/audio/adpcm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sys/dev/audio/adpcm.c b/regress/sys/dev/audio/adpcm.c
index 79cb7c1f25f..00cfa8947bc 100644
--- a/regress/sys/dev/audio/adpcm.c
+++ b/regress/sys/dev/audio/adpcm.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: adpcm.c,v 1.1 2003/02/01 17:58:18 jason Exp $ */
+/* $OpenBSD: adpcm.c,v 1.2 2003/03/19 03:35:57 david Exp $ */
/***********************************************************
Copyright 1992 by Stichting Mathematisch Centrum, Amsterdam, The
@@ -27,7 +27,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
/*
** Intel/DVI ADPCM coder/decoder.
**
-** The algorithm for this coder was taken from the IMA Compatability Project
+** The algorithm for this coder was taken from the IMA Compatibility Project
** proceedings, Vol 2, Number 2; May 1992.
**
** Version 1.2, 18-Dec-92.