[Scummvm-cvs-logs] CVS: scummvm/sound mixer.h,1.76,1.77

Max Horn fingolfin at users.sourceforge.net
Thu Apr 8 16:00:13 CEST 2004


Update of /cvsroot/scummvm/scummvm/sound
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32078/sound

Modified Files:
	mixer.h 
Log Message:
seems it is 'endianness' and not 'endianess'

Index: mixer.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/mixer.h,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- mixer.h	22 Feb 2004 14:11:11 -0000	1.76
+++ mixer.h	8 Apr 2004 22:46:46 -0000	1.77
@@ -98,8 +98,8 @@
 	 * it needs to generate any data, before any other mixing takes place. The
 	 * premixer than has a chanve to fill the mix buffer with data (usually
 	 * music samples). It should generate the specified number of 16bit stereo
-	 * samples (i.e. len * 4 bytes). The endianess of these samples shall be
-	 * the native endianess.
+	 * samples (i.e. len * 4 bytes). The endianness of these samples shall be
+	 * the native endianness.
 	 */
 	void setupPremix(PremixProc *proc, void *param);
 





More information about the Scummvm-git-logs mailing list