about summary refs log tree commit diff stats
path: root/126write-int-decimal.subx
diff options
context:
space:
mode:
Diffstat (limited to '126write-int-decimal.subx')
-rw-r--r--126write-int-decimal.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/126write-int-decimal.subx b/126write-int-decimal.subx
index 4c0194e9..f85d1e5c 100644
--- a/126write-int-decimal.subx
+++ b/126write-int-decimal.subx
@@ -5,7 +5,7 @@
 # . op          subop               mod             rm32          base        index         scale       r32
 # . 1-3 bytes   3 bits              2 bits          3 bits        3 bits      3 bits        2 bits      2 bits      0/1/2/4 bytes   0/1/2/4 bytes
 
-write-int32-decimal:  # out: (addr stream byte), n: int32
+write-int32-decimal:  # out: (addr stream byte), n: int
     # works by generating characters from lowest to highest and pushing them
     # to the stack, before popping them one by one into the stream
     #