diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-06-21 11:51:41 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-06-21 11:51:41 -0400 |
| commit | 3a9cf2508dc7341a6d8ff4b8174064600d704994 (patch) | |
| tree | 63c3196cec86824f237ac82d92aa43c56010e607 /docs/application/union.md | |
| parent | 900445604bc38ef43d89f0c11f0cc61ce3cb0bce (diff) | |
update memory objs
Diffstat (limited to 'docs/application/union.md')
| -rw-r--r-- | docs/application/union.md | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
