summaryrefslogtreecommitdiff
path: root/regress/sys/dev/audio/adpcm.c
diff options
context:
space:
mode:
Diffstat (limited to 'regress/sys/dev/audio/adpcm.c')
-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.