aboutsummaryrefslogtreecommitdiff
path: root/sound/softsynth
diff options
context:
space:
mode:
authorJohannes Schickel2009-09-14 19:30:46 +0000
committerJohannes Schickel2009-09-14 19:30:46 +0000
commit1b68bf76ac1c7b6276353ee36cc6fa6141aaa3ef (patch)
tree5c4b0bd455c5a268693f0b66b71522a66951a1dc /sound/softsynth
parent160f9e77055c9ba80810ef22783158d7939291b0 (diff)
downloadscummvm-rg350-1b68bf76ac1c7b6276353ee36cc6fa6141aaa3ef.tar.gz
scummvm-rg350-1b68bf76ac1c7b6276353ee36cc6fa6141aaa3ef.tar.bz2
scummvm-rg350-1b68bf76ac1c7b6276353ee36cc6fa6141aaa3ef.zip
Wording.
svn-id: r44086
Diffstat (limited to 'sound/softsynth')
-rw-r--r--sound/softsynth/adlib.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/softsynth/adlib.cpp b/sound/softsynth/adlib.cpp
index 8d7e8273de..9d4ac1e0c0 100644
--- a/sound/softsynth/adlib.cpp
+++ b/sound/softsynth/adlib.cpp
@@ -41,8 +41,8 @@ struct AdlibVoice;
// 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;