summaryrefslogtreecommitdiff
path: root/docs/type_system/lock.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/type_system/lock.md')
-rw-r--r--docs/type_system/lock.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/type_system/lock.md b/docs/type_system/lock.md
index d03dbfa..151c1aa 100644
--- a/docs/type_system/lock.md
+++ b/docs/type_system/lock.md
@@ -10,7 +10,7 @@ Lock[[] TARGET]
```c
typedef struct {
- kpl_ptr target;
+ kpl_type *target;
} kpl_type_body_lock;
```