summaryrefslogtreecommitdiff
path: root/docs/application/namespace.md
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-07-13 17:02:34 -0400
committernodist <kevin.comas.git@gmail.com>2026-07-13 17:02:34 -0400
commit4c008d258f6fd23fd64e2a6b059448748d7f7d24 (patch)
tree6db6b1d6526c17ce338a5146706bd9c5d8e5929e /docs/application/namespace.md
parentf1773b4959a35f28b37617f775f4fc1683e4f654 (diff)
every type has access to its parent
Diffstat (limited to 'docs/application/namespace.md')
-rw-r--r--docs/application/namespace.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/application/namespace.md b/docs/application/namespace.md
index f8653f7..e9842cd 100644
--- a/docs/application/namespace.md
+++ b/docs/application/namespace.md
@@ -32,7 +32,7 @@ typedef struct _kpl_namespace_module {
static kpl_namespace_module *namespace_module_tree;
-kpl_mutex namespace_modul_tree_mutex;
+kpl_mutex namespace_module_tree_mutex;
static kpl_namespace_module namespace_string;