Fix comment after cleanup
authorHugo Villeneuve <hugo@hugovil.com>
Sat, 15 Feb 2014 05:35:27 +0000 (00:35 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Sat, 15 Feb 2014 05:45:16 +0000 (00:45 -0500)
src/cli/menu.c

index 524e4f3..12d1611 100644 (file)
@@ -123,7 +123,7 @@ menu_display_usage(void)
        printf(")\n");
 }
 
-/* Disassemble NumberInst instructions at Address */
+/* Disassemble num instructions at address */
 void
 disassemble_num(unsigned int address, int num)
 {