[Scummvm-cvs-logs] SF.net SVN: scummvm:[44086] scummvm/trunk
lordhoto at users.sourceforge.net
lordhoto at users.sourceforge.net
Mon Sep 14 21:30:46 CEST 2009
Revision: 44086
http://scummvm.svn.sourceforge.net/scummvm/?rev=44086&view=rev
Author: lordhoto
Date: 2009-09-14 19:30:46 +0000 (Mon, 14 Sep 2009)
Log Message:
-----------
Wording.
Modified Paths:
--------------
scummvm/trunk/engines/groovie/music.cpp
scummvm/trunk/sound/softsynth/adlib.cpp
Modified: scummvm/trunk/engines/groovie/music.cpp
===================================================================
--- scummvm/trunk/engines/groovie/music.cpp 2009-09-14 18:41:21 UTC (rev 44085)
+++ scummvm/trunk/engines/groovie/music.cpp 2009-09-14 19:30:46 UTC (rev 44086)
@@ -558,8 +558,8 @@
// Prepare the AdLib Instrument array from the GTL entry
//
- // struct AdlibInstrument used by our AdLib MIDI synth is 30 bytes,
- // since we pass data + 2 for non precussion instruments we need to
+ // struct AdlibInstrument used by our AdLib MIDI synth is 30 bytes.
+ // Since we pass data + 2 for non percussion instruments we need to
// have a buffer of size 32, so there are no invalid memory reads,
// when setting up an AdLib instrument.
byte data[32];
Modified: scummvm/trunk/sound/softsynth/adlib.cpp
===================================================================
--- scummvm/trunk/sound/softsynth/adlib.cpp 2009-09-14 18:41:21 UTC (rev 44085)
+++ scummvm/trunk/sound/softsynth/adlib.cpp 2009-09-14 19:30:46 UTC (rev 44086)
@@ -41,8 +41,8 @@
// example of this.
//
// It might be very well possible, that none of the compilers we support
-// add any padding bytes at all, since all used variables are only of the
-// type 'byte'. But better safe than sorry.
+// add any padding bytes at all, since the structs contain only variables
+// of the type 'byte'. But better safe than sorry.
#include "common/pack-start.h"
struct InstrumentExtra {
byte a, b, c, d, e, f, g, h;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list