Skip to content

Commit

Permalink
Fix typos in zephyr platform struct descriptions (#2818)
Browse files Browse the repository at this point in the history
Fixes typos in zephyr platform struct descriptions.

Signed-off-by: Daniel Mangum <[email protected]>
  • Loading branch information
hasheddan authored Nov 24, 2023
1 parent cb44e56 commit 2a3c93f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/shared/platform/zephyr/platform_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand All @@ -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
*/
Expand Down

0 comments on commit 2a3c93f

Please sign in to comment.