Fix syntax error in comment
authorHugo Villeneuve <hugo@hugovil.com>
Fri, 25 Oct 2013 01:25:54 +0000 (21:25 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Wed, 6 Nov 2013 02:50:18 +0000 (21:50 -0500)
src/cpu8051.c

index 22ecf1e..b83175d 100644 (file)
@@ -114,7 +114,7 @@ cpu8051_Reset(void)
        /* Reset registers */
 
        for (i = 0; i < 256; i++) {
-               /* Clear  IRAM nad SFR */
+               /* Clear  IRAM and SFR */
                memory_write8(INT_MEM_ID, i, 0);
        }