summaryrefslogtreecommitdiffstats
path: root/spec/rtems/intr/if
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-07-22 16:41:54 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-07-22 16:41:54 +0200
commite579dbc53077b2a2750401ccdf40fd1873409764 (patch)
treea8f051d0ae142fee58c9ee362bbd6eef115aad4d /spec/rtems/intr/if
parentspec: Rename "cause" in "raise" (diff)
downloadrtems-central-e579dbc53077b2a2750401ccdf40fd1873409764.tar.bz2
spec: Fix typos
Diffstat (limited to 'spec/rtems/intr/if')
-rw-r--r--spec/rtems/intr/if/attributes.yml2
-rw-r--r--spec/rtems/intr/if/entry-install.yml4
-rw-r--r--spec/rtems/intr/if/entry.yml2
-rw-r--r--spec/rtems/intr/if/is-pending.yml2
4 files changed, 5 insertions, 5 deletions
diff --git a/spec/rtems/intr/if/attributes.yml b/spec/rtems/intr/if/attributes.yml
index d14fb75c..d47470d6 100644
--- a/spec/rtems/intr/if/attributes.yml
+++ b/spec/rtems/intr/if/attributes.yml
@@ -47,7 +47,7 @@ definition:
When an interrupt vector may be enabled, this means that the enabled
state may be changed from disabled to enabled. The requested enabled
state change should be checked by ${vector-is-enabled:/name}. Some
- interrupt vectors may be optionally avaialable and cannot be enabled on a
+ interrupt vectors may be optionally available and cannot be enabled on a
particular ${/glossary/target:/term}.
kind: member
name: maybe_enable
diff --git a/spec/rtems/intr/if/entry-install.yml b/spec/rtems/intr/if/entry-install.yml
index 45711977..a621050b 100644
--- a/spec/rtems/intr/if/entry-install.yml
+++ b/spec/rtems/intr/if/entry-install.yml
@@ -30,7 +30,7 @@ description: |
If the option ${unique:/name} is set, then it will be ensured that the
handler will be the only one for the interrupt vector.
- If the option ${shared:/name} is set, then multiple handler may be installed
+ If the option ${shared:/name} is set, then multiple handlers may be installed
for the interrupt vector.
enabled-by: true
index-entries: []
@@ -64,7 +64,7 @@ params:
dir: null
name: options
- description: |
- is the interrupt entry to install
+ is the interrupt entry to install.
dir: null
name: entry
return:
diff --git a/spec/rtems/intr/if/entry.yml b/spec/rtems/intr/if/entry.yml
index d3e33410..ebeba347 100644
--- a/spec/rtems/intr/if/entry.yml
+++ b/spec/rtems/intr/if/entry.yml
@@ -30,7 +30,7 @@ definition:
variants: []
- default:
brief: |
- This member is the descriptive information of the entry
+ This member is the descriptive information of the entry.
definition: const char *${.:name}
description: null
kind: member
diff --git a/spec/rtems/intr/if/is-pending.yml b/spec/rtems/intr/if/is-pending.yml
index bef64fe9..48661fed 100644
--- a/spec/rtems/intr/if/is-pending.yml
+++ b/spec/rtems/intr/if/is-pending.yml
@@ -35,7 +35,7 @@ links:
name: rtems_interrupt_is_pending
notes: |
Interrupts may be made pending by calling the ${raise:/name} or
- ${raise-on:/name} directives or due to exernal signals or messages. The
+ ${raise-on:/name} directives or due to external signals or messages. The
pending state may be cleared by ${clear:/name}.
params:
- description: |