summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bsps/m68k/genmcf548x/net/network.c2
-rw-r--r--bsps/powerpc/gen5200/net/network.c2
-rw-r--r--spec/build/testsuites/optverbosity.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/bsps/m68k/genmcf548x/net/network.c b/bsps/m68k/genmcf548x/net/network.c
index 23bd8cba19..646bd44870 100644
--- a/bsps/m68k/genmcf548x/net/network.c
+++ b/bsps/m68k/genmcf548x/net/network.c
@@ -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);
diff --git a/bsps/powerpc/gen5200/net/network.c b/bsps/powerpc/gen5200/net/network.c
index cbc694ff7d..a18ab48a2d 100644
--- a/bsps/powerpc/gen5200/net/network.c
+++ b/bsps/powerpc/gen5200/net/network.c
@@ -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);
diff --git a/spec/build/testsuites/optverbosity.yml b/spec/build/testsuites/optverbosity.yml
index f6229528aa..a4f1e9e6f4 100644
--- a/spec/build/testsuites/optverbosity.yml
+++ b/spec/build/testsuites/optverbosity.yml
@@ -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