traverso-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Traverso-commit] traverso/src/core gdither.h


From: Ben Levitt
Subject: [Traverso-commit] traverso/src/core gdither.h
Date: Mon, 24 Sep 2007 16:16:28 +0000

CVSROOT:        /sources/traverso
Module name:    traverso
Changes by:     Ben Levitt <benjie>     07/09/24 16:16:28

Modified files:
        src/core       : gdither.h 

Log message:
        Fix typos in comments

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/traverso/src/core/gdither.h?cvsroot=traverso&r1=1.1&r2=1.2

Patches:
Index: gdither.h
===================================================================
RCS file: /sources/traverso/traverso/src/core/gdither.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- gdither.h   20 Apr 2006 14:51:39 -0000      1.1
+++ gdither.h   24 Sep 2007 16:16:28 -0000      1.2
@@ -15,7 +15,7 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA.
  *
- *  $Id: gdither.h,v 1.1 2006/04/20 14:51:39 r_sijrier Exp $
+ *  $Id: gdither.h,v 1.2 2007/09/24 16:16:28 benjie Exp $
  */
 
 #ifndef GDITHER_H
@@ -34,8 +34,8 @@
  *
  *   GDitherNone - straight nearest neighbour rounding. Theres no pressing
  *   reason to do this at 8 or 16 bit, but you might want to at 24, for some
- *   reason. At the lest it will save you writing int->float conversion code,
- *   which is arder than it sounds.
+ *   reason. At the least it will save you writing int->float conversion code,
+ *   which is harder than it sounds.
  *
  *   GDitherRect - mathematically most accurate, lowest noise floor, but not
  *   that good for audio. It is the fastest though.
@@ -82,7 +82,7 @@
 void gdither_runf(GDither s, uint32_t channel, uint32_t length,
                   float *x, void *y);
 
-/* see gdither_runf, vut input argument is double format */
+/* see gdither_runf, but input argument is double format */
 void gdither_run(GDither s, uint32_t channel, uint32_t length,
                   double *x, void *y);
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]