diff --git a/compat/posix/src/time.c b/compat/posix/src/time.c index 692d5d0a03b95de7507d886af3a608794581c58a..fecc33710b8a838af3ee9ea1b9fc31db5b36d407 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; }