[rtems commit] Misc: Correct spelling of occurred

Joel Sherrill joel at rtems.org
Wed Oct 7 13:38:37 UTC 2020


Module:    rtems
Branch:    master
Commit:    0c74ff92b5438205b8aa5b2f5c75510252966313
Changeset: http://git.rtems.org/rtems/commit/?id=0c74ff92b5438205b8aa5b2f5c75510252966313

Author:    Joel Sherrill <joel at rtems.org>
Date:      Wed Oct  7 08:38:28 2020 -0500

Misc: Correct spelling of occurred

---

 bsps/m68k/genmcf548x/net/network.c     | 2 +-
 bsps/powerpc/gen5200/net/network.c     | 2 +-
 spec/build/testsuites/optverbosity.yml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/bsps/m68k/genmcf548x/net/network.c b/bsps/m68k/genmcf548x/net/network.c
index 23bd8cb..646bd44 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 cbc694f..a18ab48 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 f622952..a4f1e9e 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



More information about the vc mailing list