aboutsummaryrefslogtreecommitdiffhomepage
path: root/mem.c
diff options
context:
space:
mode:
Diffstat (limited to 'mem.c')
-rw-r--r--mem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mem.c b/mem.c
index 1c43630..91a726e 100644
--- a/mem.c
+++ b/mem.c
@@ -36,7 +36,7 @@ void *
return p;
}
-/* vec: when _cap < 0, buf is dynamic allocated, otherwise an user provided buf */
+/* vec: when .dyn, buf is dynamic allocated, otherwise an user provided buf */
void
vinit_(struct vecbase *v, void *inlbuf, uint cap, uint siz)