Skip to content

Commit

Permalink
Fix typo (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars authored Jul 30, 2023
1 parent 6b90241 commit 3dd5bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mpool.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ void *mpool_calloc(struct mpool *mp);
void mpool_free(struct mpool *mp, void *target);

/**
* mpool_destory - destory a memory pool
* mpool_destory - destroy a memory pool
* @mp: a pointer points to the target memory pool
*/
void mpool_destory(struct mpool *mp);

0 comments on commit 3dd5bc3

Please sign in to comment.