about summary refs log tree commit diff stats
path: root/072slice.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-04-23 18:38:37 -0700
committerKartik Agaram <vc@akkartik.com>2020-05-18 00:44:47 -0700
commit233f5f7672ad828a62ed2c0f3f8d13d6d6e6d227 (patch)
tree3bb870f20666c099d421ff0db44056c00f1bbf77 /072slice.subx
parent76851fa4a94ecc3c7804e48bfc1fd873404468aa (diff)
downloadmu-233f5f7672ad828a62ed2c0f3f8d13d6d6e6d227.tar.gz
mu.subx: new-var, new-var-from-slice
Diffstat (limited to '072slice.subx')
-rw-r--r--072slice.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/072slice.subx b/072slice.subx
index cfe519b7..b2ff476f 100644
--- a/072slice.subx
+++ b/072slice.subx
@@ -1041,7 +1041,7 @@ test-write-slice-buffered:
     c3/return
 
 # copy a slice into a new (dynamically allocated) string
-slice-to-string:  # ad: (addr allocation-descriptor), in: (addr slice), out: (handle array byte)
+slice-to-string:  # ad: (addr allocation-descriptor), in: (addr slice), out: (addr handle array byte)
     # . prologue
     55/push-ebp
     89/copy                         3/mod/direct    5/rm32/ebp    .           .             .           4/r32/esp   .               .                 # copy esp to ebp