summaryrefslogtreecommitdiff
path: root/codecs/lpc10/preemp.c
diff options
context:
space:
mode:
Diffstat (limited to 'codecs/lpc10/preemp.c')
-rw-r--r--codecs/lpc10/preemp.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/codecs/lpc10/preemp.c b/codecs/lpc10/preemp.c
index 645428c3c..61316dd5b 100644
--- a/codecs/lpc10/preemp.c
+++ b/codecs/lpc10/preemp.c
@@ -110,12 +110,12 @@ extern int preemp_(real *inbuf, real *pebuf, integer *nsamp, real *coef, real *z
/* Could it be more efficient to apply multiple filters */
/* simultaneously, by combining them into one equivalent filter? */
-/* Are there ever cases when "factoring" one high-order filter into
+/* Are there ever cases when "factoring" one high-order filter into
*/
/* multiple smaller-order filter actually reduces the number of */
/* arithmetic operations needed to perform them? */
/* When I first read this subroutine, I didn't understand why the */
-/* variable temp was used. It seemed that the statements in the do
+/* variable temp was used. It seemed that the statements in the do
*/
/* loop could be replaced with the following: */
@@ -141,4 +141,3 @@ extern int preemp_(real *inbuf, real *pebuf, integer *nsamp, real *coef, real *z
}
return 0;
} /* preemp_ */
-