From 4b5ec79c501cb6db43780ab2c3c3315a8b24be76 Mon Sep 17 00:00:00 2001 From: David Krause Date: Wed, 19 Mar 2003 03:35:58 +0000 Subject: spelling fix ok jason@ --- regress/sys/dev/audio/adpcm.c | 4 ++-- 1 file 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. -- cgit v1.2.3