aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-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;