aboutsummaryrefslogtreecommitdiff
path: root/doc/impl.md
diff options
context:
space:
mode:
authorDavid Timber <dxdt@dev.snart.me>2022-11-05 19:19:30 +0800
committerDavid Timber <dxdt@dev.snart.me>2022-11-05 19:19:30 +0800
commit1fb630b7df7d65c436f7486266671f9eb942067c (patch)
tree4f228620ce23f3158760a4f19bb7c1dd044269c1 /doc/impl.md
parentbd69f1e9afca387f1c143e14d553c42b88aca20b (diff)
Doc and source comment spelling check
Diffstat (limited to 'doc/impl.md')
-rw-r--r--doc/impl.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/impl.md b/doc/impl.md
index 2d598ef..626378d 100644
--- a/doc/impl.md
+++ b/doc/impl.md
@@ -32,7 +32,7 @@ memory allocation failure from the parameter and the return value.
if (n > 0 && ret == NULL) {
```
-All the memory allocated using the framework allocaiton functions(`prne_*()`)
+All the memory allocated using the framework allocation functions(`prne_*()`)
must be freed with `prne_free()`.
## Resource Allocation Hook