diff --git a/os/ports/GCC/AVR/port.dox b/os/ports/GCC/AVR/port.dox index bf219b726..e5574caa3 100644 --- a/os/ports/GCC/AVR/port.dox +++ b/os/ports/GCC/AVR/port.dox @@ -38,7 +38,7 @@ * - Normal. This is the state the system has after executing * @p chSysInit(). Interrupts are enabled. * - Suspended. Interrupts are disabled. - * - Disabled. Interrupts are enabled. This state is equivalent to the + * - Disabled. Interrupts are disabled. This state is equivalent to the * Suspended state because there are no fast interrupts in this architecture. * - Sleep. This state is entered with the execution of the specific * instruction @p sleep. diff --git a/os/ports/GCC/MSP430/port.dox b/os/ports/GCC/MSP430/port.dox index ebea4fbf5..f4a916090 100644 --- a/os/ports/GCC/MSP430/port.dox +++ b/os/ports/GCC/MSP430/port.dox @@ -38,7 +38,7 @@ * - Normal. This is the state the system has after executing * @p chSysInit(). Interrupts are enabled. * - Suspended. Interrupts are disabled. - * - Disabled. Interrupts are enabled. This state is equivalent to the + * - Disabled. Interrupts are disabled. This state is equivalent to the * Suspended state because there are no fast interrupts in this architecture. * - Sleep. Not yet implemented. * - S-Locked. Interrupts are disabled. diff --git a/os/ports/GCC/PPC/port.dox b/os/ports/GCC/PPC/port.dox index 56b9db7c2..03e170ba1 100644 --- a/os/ports/GCC/PPC/port.dox +++ b/os/ports/GCC/PPC/port.dox @@ -38,7 +38,7 @@ * - Normal. This is the state the system has after executing * @p chSysInit(). Interrupts are enabled. * - Suspended. Interrupts are disabled. - * - Disabled. Interrupts are enabled. This state is equivalent to the + * - Disabled. Interrupts are disabled. This state is equivalent to the * Suspended state because there are no fast interrupts in this architecture. * - Sleep. This state is entered with the execution of the specific * instruction @p wait. diff --git a/os/ports/RC/STM8/port.dox b/os/ports/RC/STM8/port.dox index 5f044d167..8cacdde67 100644 --- a/os/ports/RC/STM8/port.dox +++ b/os/ports/RC/STM8/port.dox @@ -38,7 +38,7 @@ * - Normal. This is the state the system has after executing * @p chSysInit(). Interrupts are enabled. * - Suspended. Interrupts are disabled. - * - Disabled. Interrupts are enabled. This state is equivalent to the + * - Disabled. Interrupts are disabled. This state is equivalent to the * Suspended state because there are no fast interrupts in this architecture. * - Sleep. Implemented with "wait" instruction insertion in the idle * loop.