From 1fb630b7df7d65c436f7486266671f9eb942067c Mon Sep 17 00:00:00 2001 From: David Timber Date: Sat, 5 Nov 2022 19:19:30 +0800 Subject: Doc and source comment spelling check --- doc/impl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/impl.md') 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 -- cgit