Misc: Correct spelling of occurred

This commit is contained in:
Joel Sherrill
2020-10-07 08:38:28 -05:00
parent 97e9728306
commit 0c74ff92b5
3 changed files with 3 additions and 3 deletions

View File

@@ -615,7 +615,7 @@ void mcf548x_fec_irq_handler(rtems_vector_number vector)
sc->rxFIFOError++;
}
/*
* fatal error ocurred?
* fatal error occurred?
*/
if (ievent & (MCF548X_FEC_EIR_RFERR | MCF548X_FEC_EIR_XFERR)) {
MCF548X_FEC_EIMR(chan) &=~(MCF548X_FEC_EIMR_RFERR | MCF548X_FEC_EIMR_XFERR);

View File

@@ -528,7 +528,7 @@ static void mpc5200_fec_irq_handler(rtems_irq_hdl_param handle)
self->rxFIFOError++;
}
/*
* fatal error ocurred?
* fatal error occurred?
*/
if (ievent & (FEC_INTR_XFIFO_ERR | FEC_INTR_RFIFO_ERR)) {
mpc5200.imask &= ~(FEC_INTR_XFERREN | FEC_INTR_RFERREN);

View File

@@ -22,7 +22,7 @@ description: |
Sets the test verbosity of the RTEMS Test Framework. Valid values are
"Verbose", "Normal", and "Quiet". For normal test runs you can use a
verbosity of "Normal". If you need a more detailed output, then you can set
it to "Verbose". For example, in case a regression ocurred. Reducing the
it to "Verbose". For example, in case a regression occurred. Reducing the
verbosity level can significantly reduce the test duration especially on
targets with a slow serial output device. All verbosity levels produce
enough output to notice failed test cases. In particular, the begin and end