From 27fd06edac7ea3bceb9c8495e62828d3ca39a088 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 15 May 2018 10:44:19 -0400 Subject: Spelling --- stdio.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdio.asm') 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 -- cgit