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/union.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/application/union.md') diff --git a/docs/application/union.md b/docs/application/union.md index fa19e6d..3626f1c 100644 --- a/docs/application/union.md +++ b/docs/application/union.md @@ -6,7 +6,7 @@ ```c typedef struct _kpl_union { - KPL_SLAB_HEADER(_kpl_union); + KPL_SLAB_HEADER(strcut _kpl_union); kpl_class class; uint32_t tag; } kpl_union; -- cgit v1.2.3