diff options
| author | wtz <[email protected]> | 2023-07-19 12:35:52 +0800 |
|---|---|---|
| committer | wtz <[email protected]> | 2023-07-19 12:35:52 +0800 |
| commit | f75224a8435d0eb9cdda79f8bc571eeef25a8e33 (patch) | |
| tree | 278e00b17c8f5558df1c1a21f1204078ea62a58f /core/src/xmake/engine.h | |
| parent | ca83e9a78b7f2d45e833fa705c880867ad2381c6 (diff) | |
Fix grammar
Diffstat (limited to 'core/src/xmake/engine.h')
| -rw-r--r-- | core/src/xmake/engine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/xmake/engine.h b/core/src/xmake/engine.h index af0db9a0c..cc5a533ca 100644 --- a/core/src/xmake/engine.h +++ b/core/src/xmake/engine.h @@ -71,7 +71,7 @@ tb_void_t xm_engine_exit(xm_engine_ref_t engine); */ tb_int_t xm_engine_main(xm_engine_ref_t engine, tb_int_t argc, tb_char_t** argv, tb_char_t** taskargv); -/*! register lni modules in the engine, @note we need call it in lni_initalizer() +/*! register lni modules in the engine, @note we need to call it in lni_initalizer() * * @param engine the engine * @param module the lni module name |
