fix:enum misspell

Change-Id: I0ae966a7738fe087e222dc1441c8409a1e1661e0
This commit is contained in:
Haryslee 2021-05-06 15:07:15 +08:00
parent 58023d89c5
commit 26ed722cf0
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ typedef struct tagUserErrFunc {
} UserErrFunc;
enum LOS_MOUDLE_ID {
enum LOS_MODULE_ID {
LOS_MOD_SYS = 0x0,
LOS_MOD_MEM = 0x1,
LOS_MOD_TSK = 0x2,