diff --git a/arch b/arch index e07f315ee5..e15b5dec6a 160000 --- a/arch +++ b/arch @@ -1 +1 @@ -Subproject commit e07f315ee55ee760cc5030f09c986329ed189fdc +Subproject commit e15b5dec6a20cce69ce6bfc18c808b92638a7bd3 diff --git a/include/nuttx/init.h b/include/nuttx/init.h index 5c483337f8..cc1f4f72a9 100644 --- a/include/nuttx/init.h +++ b/include/nuttx/init.h @@ -75,7 +75,7 @@ enum os_initstate_e OSINIT_HARDWARE = 3, /* MCU-specific hardware is initialized. Hardware * resources such as timers and device drivers are * now avaiable. Low-level OS services sufficient - * to support the hardware are also avaialable but + * to support the hardware are also available but * the OS has not yet completed its full * initialization. */ OSINIT_OSREADY = 4 /* The OS is fully initialized and multi-tasking is @@ -96,7 +96,7 @@ extern "C" /* This is the current initialization state. The level of initialization * is only important early in the start-up sequence when certain OS or - * hardware resources may not yet be available to the kernel logic. + * hardware resources may not yet be available to the OS-internal logic. */ EXTERN uint8_t g_os_initstate; /* See enum os_initstate_e */