From 2b05fa2ebe13fdec375222b156a0fa5ed06d3fce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C5=8Dshin?= Date: Mon, 31 Jan 2022 13:53:22 -0600 Subject: [PATCH] unix: use $ for types --- pkg/urbit/vere/io/unix.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/urbit/vere/io/unix.c b/pkg/urbit/vere/io/unix.c index e0e39471ae..56f463384c 100644 --- a/pkg/urbit/vere/io/unix.c +++ b/pkg/urbit/vere/io/unix.c @@ -136,7 +136,7 @@ u3_readdir_r(DIR *dirp, struct dirent *entry, struct dirent **result) return(0); } -/* _unix_string_to_knot(): convert c unix path component to +knot +/* _unix_string_to_knot(): convert c unix path component to $knot */ static u3_atom _unix_string_to_knot(c3_c* pax_c) @@ -153,7 +153,7 @@ _unix_string_to_knot(c3_c* pax_c) return u3i_string(pax_c); } -/* _unix_knot_to_string(): convert +knot to c unix path component +/* _unix_knot_to_string(): convert $knot to c unix path component */ static c3_c* _unix_knot_to_string(u3_atom pon) @@ -197,7 +197,7 @@ _unix_down(c3_c* pax_c, c3_c* sub_c) return don_c; } -/* _unix_string_to_path(): convert c string to u3_noun +path +/* _unix_string_to_path(): convert c string to u3_noun $path ** ** c string must begin with the pier path plus mountpoint */