summaryrefslogtreecommitdiffstats
path: root/c-user/fatal_error.rst
diff options
context:
space:
mode:
authorMalte Münch <mamu@stablerock.de>2018-05-18 13:53:54 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-05-18 13:54:52 +0200
commit9a91d77e08a869fc0bf8e32aa4163e5f6b4c83ff (patch)
tree49f65c8dcf89305350ee9b7643c8e4cfacd57495 /c-user/fatal_error.rst
parentc-user: Update manual organization in overview (diff)
downloadrtems-docs-9a91d77e08a869fc0bf8e32aa4163e5f6b4c83ff.tar.bz2
fix typo: extesion->extension
Diffstat (limited to 'c-user/fatal_error.rst')
-rw-r--r--c-user/fatal_error.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/c-user/fatal_error.rst b/c-user/fatal_error.rst
index d8566f0..7945030 100644
--- a/c-user/fatal_error.rst
+++ b/c-user/fatal_error.rst
@@ -63,7 +63,7 @@ The fatal error handler in the static extension set can be used to provide
access to debuggers and monitors which may be present on the target hardware.
If any user-supplied fatal error handlers are installed, the fatal error
manager will invoke them. Usually, the board support package provides a fatal
-error extesion which resets the board. If no user handlers are configured or
+error extension which resets the board. If no user handlers are configured or
if all the user handler return control to the fatal error manager, then the
RTEMS default fatal error handler is invoked. If the default fatal error
handler is invoked, then the system state is marked as failed.