mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-19 09:13:30 +08:00
fix typo
This commit is contained in:
parent
ef8ae7963c
commit
3c4b835ed6
@ -233,7 +233,7 @@ Input parameters for rt_malloc_sethook()
|
||||
The hook function interface is as follows:
|
||||
|
||||
```c
|
||||
void hook(void *ptr, rt_size_t size);
|
||||
void hook(void *ptr, rt_size_t size);
|
||||
```
|
||||
|
||||
The following table describes the input parameters for the hook function:
|
||||
|
Loading…
x
Reference in New Issue
Block a user