aboutsummaryrefslogtreecommitdiff
path: root/backends/midi/mt32/mt32_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/midi/mt32/mt32_file.h')
-rw-r--r--backends/midi/mt32/mt32_file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/midi/mt32/mt32_file.h b/backends/midi/mt32/mt32_file.h
index f5888db5e3..7ebb6449b6 100644
--- a/backends/midi/mt32/mt32_file.h
+++ b/backends/midi/mt32/mt32_file.h
@@ -41,7 +41,7 @@ public:
virtual bool readBit32u(Bit32u *in);
virtual size_t write(const void *out, size_t size) = 0;
virtual bool writeBit8u(Bit8u out) = 0;
- // Note: May write some a single byte to the file before failing
+ // Note: May write a single byte to the file before failing
virtual bool writeBit16u(Bit16u out);
// Note: May write some (<4) bytes to the file before failing
virtual bool writeBit32u(Bit32u out);