From 377ee490f3cfc2d4593a7797de5f22e56c0ce172 Mon Sep 17 00:00:00 2001 From: Joe Bryan Date: Fri, 14 Aug 2020 11:12:55 -0700 Subject: [PATCH] u3: corrects _cu_from_loom() stack struct comment --- pkg/urbit/noun/urth.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/urbit/noun/urth.c b/pkg/urbit/noun/urth.c index 674b734c44..aa3557bd12 100644 --- a/pkg/urbit/noun/urth.c +++ b/pkg/urbit/noun/urth.c @@ -95,8 +95,8 @@ _cu_box_stash(u3a_noun* som_u, ur_nref ref) // In Hoon, this structure would be as follows: // // $% [%root ~] -// [%head cell=^] -// [%tail cell=^ hed-mug=@] +// [%head loom-cell=^] +// [%tail loom-cell=^ off-loom-head=*] // == //