diff --git a/compat/posix/src/time.c b/compat/posix/src/time.c index 692d5d0a..fecc3371 100644 --- a/compat/posix/src/time.c +++ b/compat/posix/src/time.c @@ -756,7 +756,7 @@ static VOID SwtmrProc(UINTPTR tmrArg) } return; EXIT: - PRINT_ERR("Dsipatch signals failed!, ret: %d\r\n", ret); + PRINT_ERR("Dispatch signals failed!, ret: %d\r\n", ret); return; }