Browse Source

stdio: fix typo

pull/75/head
Virgil Dupras 4 years ago
parent
commit
27149338e4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kernel/stdio.asm

+ 1
- 1
kernel/stdio.asm View File

@@ -9,7 +9,7 @@
; GetC: Blocks until a character is read from the device and return that
; character in A.
;
; PutC: Write character specified onto the device.
; PutC: Write character specified in A onto the device.
;
; *** Defines ***
; STDIO_GETC: address of a GetC routine


Loading…
Cancel
Save