ref: 23fc5b838d1981362c38ebf99f57be79651120c6
parent: 31b97c11f06cde9508bfb4cc57f40175f683bdac
author: rrt <rrt>
date: Sun Feb 4 20:15:41 EST 2007
Fix some comment typos
--- a/src/wve.c
+++ b/src/wve.c
@@ -29,11 +29,11 @@
wve_t wve = (wve_t)ft->priv;
new_offset = offset * ft->signal.size;
- /* Make sure request aligns to a channel block (ie left+right) */
+ /* Make sure request aligns to a channel block (i.e. left+right) */
channel_block = ft->signal.channels * ft->signal.size;
alignment = new_offset % channel_block;
- /* Most common mistaken is to compute something like
- * "skip everthing upto and including this sample" so
+ /* Most common mistake is to compute something like
+ * "skip everthing up to and including this sample" so
* advance to next sample block in this case.
*/
if (alignment != 0)