core/writedec.inc: fix comment
authorH. Peter Anvin <hpa@zytor.com>
Thu, 19 Jun 2008 23:32:57 +0000 (16:32 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 19 Jun 2008 23:32:57 +0000 (16:32 -0700)
Decimal, not hex...

core/writedec.inc

index 235943d..10bf7ba 100644 (file)
@@ -18,7 +18,8 @@
 
                section .text
 ;
-; writedec[bwl]: Write a hex number in (AL, AX, EAX) to the console
+; writedec[bwl]: Write an unsigned decimal number in (AL, AX, EAX)
+;                to the console
 ;
 writedecb:
                pushad