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

fix one typo in module_wasm_app.c's log (#299)

* fix comments wrong position

* fix one typo in module_wasm_app.c's log
dpinthinker 5 лет назад
Родитель
Сommit
9b8fc6ae95
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      core/app-mgr/app-manager/module_wasm_app.c

+ 1 - 1
core/app-mgr/app-manager/module_wasm_app.c

@@ -847,7 +847,7 @@ wasm_app_module_install(request_t * msg)
                          (void*) m_data, APP_THREAD_STACK_SIZE_DEFAULT) != 0) {
         module_data_list_remove(m_data);
         SEND_ERR_RESPONSE(msg->mid,
-                          "Install WASM app failed: create app threadf failed.");
+                          "Install WASM app failed: create app thread failed.");
         goto fail;
     }