Просмотр исходного кода

Fix typos in zephyr platform struct descriptions (#2818)

Fixes typos in zephyr platform struct descriptions.

Signed-off-by: Daniel Mangum <georgedanielmangum@gmail.com>
Daniel Mangum 2 лет назад
Родитель
Сommit
2a3c93f502
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      core/shared/platform/zephyr/platform_internal.h

+ 2 - 2
core/shared/platform/zephyr/platform_internal.h

@@ -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
  */