Fixed minor typo in code comment.
[vvhitespace] / stdlib / stdio.pvvs
index 2b77d1d..6f04094 100644 (file)
@@ -1,3 +1,6 @@
+@ (c) 2020 Aaron Taylor <ataylor at subgeniuskitty dot com>
+@ See LICENSE.txt file for copyright and license details.
+
 #ifndef VVS_STDLIB_STDIO
 #define VVS_STDLIB_STDIO
 
 #ifndef VVS_STDLIB_STDIO
 #define VVS_STDLIB_STDIO
 
@@ -333,7 +336,7 @@ NSNSSSSTSSSSSSSSSSTN    | JMP > 00001000 00000001
 
 @@@@@@@@@@@@@@@@@@@@
 @ These are utility labels to call the appropriate type of output subroutine.
 
 @@@@@@@@@@@@@@@@@@@@
 @ These are utility labels to call the appropriate type of output subroutine.
-@ After output, they decrement the substition counter and loop back to testing
+@ After output, they decrement the substitution counter and loop back to testing
 @ level 1 branches.
 @@@@@@@@@@@@@@@@@@@@
 
 @ level 1 branches.
 @@@@@@@@@@@@@@@@@@@@
 
@@ -385,6 +388,7 @@ NSNSSSSTSSSSSSSSSSTN    | JMP > 00001000 00000001
 @ Found an ASCII "\0" when processing the format string. Clean up and exit.
 NSSVSSSSTSSSSSSSSSSSN   | Mark: 00001000 00000000
 SNN                     | DROP
 @ Found an ASCII "\0" when processing the format string. Clean up and exit.
 NSSVSSSSTSSSSSSSSSSSN   | Mark: 00001000 00000000
 SNN                     | DROP
+SNN                     | DROP
 NTN                     | RTS
 
 @ Move the next string character to TOS.
 NTN                     | RTS
 
 @ Move the next string character to TOS.