diff options
Diffstat (limited to 'doc/impl.md')
-rw-r--r-- | doc/impl.md | 2 |
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 |