cpm-loader: Fix minor typo in comment
authorWill Sowerbutts <will@sowerbutts.com>
Sat, 27 Dec 2014 01:26:07 +0000 (01:26 +0000)
committerWill Sowerbutts <will@sowerbutts.com>
Sat, 27 Dec 2014 11:39:50 +0000 (11:39 +0000)
Kernel/cpm-loader/cpmload.s

index 807bde6..af0904f 100644 (file)
@@ -30,7 +30,7 @@ doload:
     jp (hl)                         ; run image
 endloader:                          ; end of code to copy
 
-    ; the data is in a trailer, with a 6-byte header:
+    ; the data is in a trailer, with a 4-byte header:
 load_address:
     .ds 2
 load_length: