summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-06-19 16:32:57 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-06-19 16:32:57 -0700
commitfbe507eb900dc42983ea93adce062b333dc2990d (patch)
tree66a7d59a6b3426d1e746bcff14fa32ed33dc8db1
parentfeaae18e07644d84d089044b0724337d6894afd5 (diff)
downloadsyslinux-fbe507eb900dc42983ea93adce062b333dc2990d.tar.gz
core/writedec.inc: fix comment
Decimal, not hex...
-rw-r--r--core/writedec.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/writedec.inc b/core/writedec.inc
index 235943d2..10bf7bae 100644
--- a/core/writedec.inc
+++ b/core/writedec.inc
@@ -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