mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2024-11-26 15:32:05 +00:00
Fix typos in zephyr platform struct descriptions (#2818)
Fixes typos in zephyr platform struct descriptions. Signed-off-by: Daniel Mangum <georgedanielmangum@gmail.com>
This commit is contained in:
parent
cb44e56b4e
commit
2a3c93f502
|
@ -131,7 +131,7 @@ float strtof(const char *nptr, char **endptr);
|
|||
#endif
|
||||
|
||||
/**
|
||||
* @brief Allocate executable memroy
|
||||
* @brief Allocate executable memory
|
||||
*
|
||||
* @param size size of the memory to be allocated
|
||||
*
|
||||
|
@ -140,7 +140,7 @@ float strtof(const char *nptr, char **endptr);
|
|||
typedef void *(*exec_mem_alloc_func_t)(unsigned int size);
|
||||
|
||||
/**
|
||||
* @brief Release executable memroy
|
||||
* @brief Release executable memory
|
||||
*
|
||||
* @param the address of the executable memory to be released
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue
Block a user