summaryrefslogtreecommitdiff
path: root/stdio.asm
diff options
context:
space:
mode:
Diffstat (limited to 'stdio.asm')
-rw-r--r--stdio.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio.asm b/stdio.asm
index 4069bff..1c8a31b 100644
--- a/stdio.asm
+++ b/stdio.asm
@@ -182,7 +182,7 @@ printf:
cmp al, '%' ; '%%' - just print the character
je .do_percent_escape
- cmp al, 'c' ; '%c' - proccess character
+ cmp al, 'c' ; '%c' - process character
je .do_char
cmp al, 'd' ; '%d' - process integer