[rtems-docs commit] bsp-howto/miscellanous_support.rst: Fix grammar mistake.

Joel Sherrill joel at rtems.org
Fri Nov 22 17:28:30 UTC 2019


Module:    rtems-docs
Branch:    master
Commit:    bb58b811e9825068447de3bbfdfa60412ac9428b
Changeset: http://git.rtems.org/rtems-docs/commit/?id=bb58b811e9825068447de3bbfdfa60412ac9428b

Author:    Joel Sherrill <joel at rtems.org>
Date:      Fri Nov 22 11:27:09 2019 -0600

bsp-howto/miscellanous_support.rst: Fix grammar mistake.

---

 bsp-howto/miscellanous_support.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bsp-howto/miscellanous_support.rst b/bsp-howto/miscellanous_support.rst
index 77b7194..efb4454 100644
--- a/bsp-howto/miscellanous_support.rst
+++ b/bsp-howto/miscellanous_support.rst
@@ -307,7 +307,7 @@ required to be writen by the BSP developer are :
 
 .. index:: bsp_interrupt_dispatch()
 
-- ``bsp_interrupt_dispatch()`` service the ISR by handling any bsp specific
+- ``bsp_interrupt_dispatch()`` services the ISR by handling any bsp specific
   code & calling the generic method ``bsp_interrupt_handler_dispatch()`` which
   in turn services the interrupt by running the ISR after looking it up in the
   table. It acts as an entry to the interrupt switchboard, since the bsp



More information about the vc mailing list