commit 4af7542aca3ba5ce7319cdeaf9e16cd4b5d5fb37
parent 57312d1113faa1e8bf6d44de454b0b5803808803
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date: Sat, 18 May 2024 13:09:51 +0200
fix typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source/virusLib/device.cpp b/source/virusLib/device.cpp
@@ -362,7 +362,7 @@ namespace virusLib
uint32_t presetIdx = 0;
// presets start at $20
- // They are "raw" presets, i.e. 512 bytes or preset data each
+ // They are "raw" presets, i.e. 512 bytes of preset data each
// The sysex packaging is missing, i.e. the single dump header, the checksums and the sysex terminator
for(size_t i=0x20; i<_data.size() - presetSize; i += presetSize)
{