msp4th: fix comments
authorDan White <dan@whiteaudio.com>
Thu, 16 May 2013 19:18:18 +0000 (14:18 -0500)
committerDan White <dan@whiteaudio.com>
Thu, 16 May 2013 19:18:18 +0000 (14:18 -0500)
msp4th/msp4th.c

index 263cfaf69dfecad6330622b5cfe094cd1e77e317..5ce37e8e6cea3f9561085b6bd80163c5cec05269 100644 (file)
@@ -1141,7 +1141,7 @@ void execN(int16_t opcode)
       }
       break;      
 
-    case 13: // .hb  ( a -- )
+    case 13: // hb.  ( a -- )
       printHexByte(popMathStack());
       msp4th_putchar(' ');
       break;
@@ -1214,7 +1214,7 @@ void execN(int16_t opcode)
       pushMathStack(mathStackStart - mathStackPtr);
       break;
       
-    case 28: // .h  ( a -- )
+    case 28: // h.  ( a -- )
       printHexWord(popMathStack());
       msp4th_putchar(' ');
       break;