[rtems-central commit] spec: Fix typos

Sebastian Huber sebh at rtems.org
Fri Jul 23 14:15:42 UTC 2021


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Jul 22 16:41:54 2021 +0200

spec: Fix typos

---

 spec/rtems/intr/if/attributes.yml    | 2 +-
 spec/rtems/intr/if/entry-install.yml | 4 ++--
 spec/rtems/intr/if/entry.yml         | 2 +-
 spec/rtems/intr/if/is-pending.yml    | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/spec/rtems/intr/if/attributes.yml b/spec/rtems/intr/if/attributes.yml
index d14fb75..d47470d 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 4571197..a621050 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 d3e3341..ebeba34 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 bef64fe..48661fe 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: |



More information about the vc mailing list