summaryrefslogtreecommitdiff
path: root/src/home/decompress.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/home/decompress.asm')
-rw-r--r--src/home/decompress.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/home/decompress.asm b/src/home/decompress.asm
index dda25f4..b8952cc 100644
--- a/src/home/decompress.asm
+++ b/src/home/decompress.asm
@@ -56,7 +56,7 @@ DecompressData:
; decompression works as follows:
; first a command byte is read that will dictate how the
; following bytes will be copied
-; the position will then move to the next byte (0xXY), and
+; the position will then move to the next byte (0xXY), and
; the command byte's bits are read from higher to lower bit
; - if command bit is set, then copy 0xXY to buffer;
; - if command bit is not set, then decompression enters "repeat mode,"