[Scummvm-cvs-logs] CVS: scummvm/sound audiostream.cpp,1.59,1.60
Torbjörn Andersson
eriktorbjorn at users.sourceforge.net
Tue Jun 8 23:31:12 CEST 2004
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/sword2 memory.cpp,1.26,1.27
- Next message: [Scummvm-cvs-logs] CVS: scummvm/sword2 anims.cpp,1.60,1.61 build_display.cpp,1.60,1.61 function.cpp,1.62,1.63 header.h,1.10,1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/sound
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20012
Modified Files:
audiostream.cpp
Log Message:
Fixed a typo in a comment.
Index: audiostream.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/audiostream.cpp,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- audiostream.cpp 26 Apr 2004 20:48:09 -0000 1.59
+++ audiostream.cpp 9 Jun 2004 06:30:49 -0000 1.60
@@ -104,7 +104,7 @@
* block of data, which is passed to it upon creation.
* Optionally supports looping the sound.
*
- * Design note: This code tries to be as optimiized as possible (without
+ * Design note: This code tries to be as optimized as possible (without
* resorting to assembly, that is). To this end, it is written as a template
* class. This way the compiler can actually create optimized code for each
* special code. This results in a total of 12 versions of the code being
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/sword2 memory.cpp,1.26,1.27
- Next message: [Scummvm-cvs-logs] CVS: scummvm/sword2 anims.cpp,1.60,1.61 build_display.cpp,1.60,1.61 function.cpp,1.62,1.63 header.h,1.10,1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list