aboutsummaryrefslogtreecommitdiffhomepage
path: root/mem.c
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2025-11-28 17:37:34 +0100
committerlemon <lsof@mailbox.org>2025-11-28 17:37:34 +0100
commit61d64a4ce2550288d4b97128893f3d53d129bc17 (patch)
treee4627c111d7d57b14449bf282c3e76c3d95133a3 /mem.c
parenta86b5b99066c7369449c6d38dbccf1dbf6b65bca (diff)
lex: remove some hacks and optimize preprocessor
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)