From 3a9cf2508dc7341a6d8ff4b8174064600d704994 Mon Sep 17 00:00:00 2001 From: nodist Date: Sun, 21 Jun 2026 11:51:41 -0400 Subject: update memory objs --- docs/application/shared.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/application/shared.md') diff --git a/docs/application/shared.md b/docs/application/shared.md index 88026f9..e68b590 100644 --- a/docs/application/shared.md +++ b/docs/application/shared.md @@ -6,7 +6,7 @@ ```c typedef struct _kpl_shared { - KPL_SLAB_HEADER(_kpl_shared); + KPL_SLAB_HEADER(struct _kpl_shared); kpl_class data; kpl_mutex mutex; bool mark; -- cgit v1.2.3