ref: 7991f2a05c72aea00be77cd8b11713944a7fe2b0
parent: afa6a119e21f00ac60a4319216356a656e307ef4
author: rrt <rrt>
date: Fri Jan 5 19:26:37 EST 2007
Improve comments
--- a/src/polyphas.c
+++ b/src/polyphas.c
@@ -1,4 +1,6 @@
/*
+ * Sound Tools rate change effect file.
+ *
* July 14, 1998
* Copyright 1998 K. Bradley, Carnegie Mellon University
*
@@ -16,18 +18,11 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
- */
-
-/*
* October 29, 1999
* Various changes, bugfixes, speedups, by Stan Brooks.
*
*/
-/*
- * Sound Tools rate change effect file.
- */
-
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
@@ -384,7 +379,7 @@
(st_sample_t)effp->outinfo.rate);
/* Cursory check for LCM overflow.
- * If both rate are below 65k, there should be no problem.
+ * If both rates are below 65k, there should be no problem.
* 16 bits x 16 bits = 32 bits, which we can handle.
*/