summaryrefslogtreecommitdiff
path: root/docs/application/error.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/application/error.md')
-rw-r--r--docs/application/error.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/application/error.md b/docs/application/error.md
index 77a97cb..e6fae17 100644
--- a/docs/application/error.md
+++ b/docs/application/error.md
@@ -6,7 +6,7 @@
```c
typedef struct _kpl_error {
- KPL_SLAB_HEADER(_kpl_error);
+ KPL_SLAB_HEADER(struct _kpl_error);
char *file, *function;
kpl_class class;
int32_t line;