]> git.sur5r.net Git - cc65/commitdiff
Fixed typo (Ilegal). 103/head
authorGreg King <gregdk@users.sf.net>
Thu, 3 Apr 2014 21:28:36 +0000 (17:28 -0400)
committerGreg King <gregdk@users.sf.net>
Thu, 3 Apr 2014 21:28:36 +0000 (17:28 -0400)
libsrc/cbm/diskinit.s
libsrc/cbm/oserrlist.s
libsrc/cbm/oserror.s
libsrc/cbm/syschdir.s

index d84123a068fc8e668a0abb3f15bed6776ec90607..8a83a02128f23e7f22fcd25af895ed43ae7ebd0c 100644 (file)
@@ -21,7 +21,7 @@
         tax
         jsr     isdisk
         bcc     open
-        lda     #9              ; "Ilegal device"
+        lda     #9              ; "Illegal device"
         rts
 
 ; Open channel
index c8572391098473fd777fb7bcaffb492f3f4cf1a8..b856ed0a8c7010ca01cdf1c4a58fcaf2048874b3 100644 (file)
@@ -48,7 +48,7 @@ __sys_oserrlist:
         sys_oserr_entry          6, "File not input"
         sys_oserr_entry          7, "File not output"
         sys_oserr_entry          8, "Filename missing"
-        sys_oserr_entry          9, "Ilegal device"
+        sys_oserr_entry          9, "Illegal device"
         sys_oserr_entry         20, "Read error"
         sys_oserr_entry         21, "Read error"
         sys_oserr_entry         22, "Read error"
index 29980548a2373d2be1f0b5729f8a6844d5afecb5..6df0d6711d6c6466af4f2cc1cdcc531fcfe21b60 100644 (file)
@@ -40,7 +40,7 @@ ErrTab:
         .byte   6, EINVAL       ; File not input
         .byte   7, EINVAL       ; File not output
         .byte   8, EINVAL       ; Filename missing
-        .byte   9, ENODEV       ; Ilegal device
+        .byte   9, ENODEV       ; Illegal device
 ;       .byte  20,              ; Read error
 ;       .byte  21,              ; Read error
 ;       .byte  22,              ; Read error
index 78b2df82d9b10c1632dc808519f7397c9b15b173..9361d56f0754ad9f731b80a242dfa6ff05632327 100644 (file)
@@ -74,7 +74,7 @@ init:   txa
 
 ; Return with error in A
 
-err:    lda     #9              ; "Ilegal device"
+err:    lda     #9              ; "Illegal device"
 done:   rts
 
 .endproc
@@ -92,4 +92,4 @@ done:   rts
 @L0:    cmp     #10
         rts
 
-.endproc
\ No newline at end of file
+.endproc