summaryrefslogtreecommitdiffstats
path: root/bsp-howto/miscellanous_support.rst
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2019-11-22 11:27:09 -0600
committerJoel Sherrill <joel@rtems.org>2019-11-22 11:27:09 -0600
commitbb58b811e9825068447de3bbfdfa60412ac9428b (patch)
tree241d7c503714e58078c4231bcf75786db0738481 /bsp-howto/miscellanous_support.rst
parentuser: Add hints for macOS Catalina (diff)
downloadrtems-docs-bb58b811e9825068447de3bbfdfa60412ac9428b.tar.bz2
bsp-howto/miscellanous_support.rst: Fix grammar mistake.
Diffstat (limited to '')
-rw-r--r--bsp-howto/miscellanous_support.rst2
1 files changed, 1 insertions, 1 deletions
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