[rtems-central commit] spec: Fix typo

Sebastian Huber sebh at rtems.org
Thu Oct 28 18:14:04 UTC 2021


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Oct 19 17:12:19 2021 +0200

spec: Fix typo

---

 spec/rtems/clock/if/get-monotonic-bintime.yml        | 2 +-
 spec/rtems/clock/if/get-monotonic-coarse-bintime.yml | 2 +-
 spec/rtems/clock/if/get-monotonic-coarse-timeval.yml | 2 +-
 spec/rtems/clock/if/get-monotonic-coarse.yml         | 2 +-
 spec/rtems/clock/if/get-monotonic-timeval.yml        | 2 +-
 spec/rtems/clock/if/get-monotonic.yml                | 2 +-
 spec/rtems/clock/if/get-realtime-bintime.yml         | 2 +-
 spec/rtems/clock/if/get-realtime-coarse-bintime.yml  | 2 +-
 spec/rtems/clock/if/get-realtime-coarse-timeval.yml  | 2 +-
 spec/rtems/clock/if/get-realtime-coarse.yml          | 2 +-
 spec/rtems/clock/if/get-realtime-timeval.yml         | 2 +-
 spec/rtems/clock/if/get-realtime.yml                 | 2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/spec/rtems/clock/if/get-monotonic-bintime.yml b/spec/rtems/clock/if/get-monotonic-bintime.yml
index f87b677..cef5ed2 100644
--- a/spec/rtems/clock/if/get-monotonic-bintime.yml
+++ b/spec/rtems/clock/if/get-monotonic-bintime.yml
@@ -33,7 +33,7 @@ notes: |
   ${/glossary/clock-driver:/term} to get the time in the highest precision
   available to the system.  Alternatively, the
   ${get-monotonic-coarse-bintime:/name} directive may be used to get the time
-  with less presision and less runtime overhead.
+  with less precision and less runtime overhead.
 
   See ${get-monotonic:/name}, ${get-monotonic-sbintime:/name}, and
   ${get-monotonic-timeval:/name} to get the time in alternative formats.
diff --git a/spec/rtems/clock/if/get-monotonic-coarse-bintime.yml b/spec/rtems/clock/if/get-monotonic-coarse-bintime.yml
index b05ccc4..9681d20 100644
--- a/spec/rtems/clock/if/get-monotonic-coarse-bintime.yml
+++ b/spec/rtems/clock/if/get-monotonic-coarse-bintime.yml
@@ -33,7 +33,7 @@ notes: |
   The directive does not access a device to get the time.  It uses a recent
   snapshot provided by the ${/glossary/clock-driver:/term}.  Alternatively, the
   ${get-monotonic-bintime:/name} directive may be used to get the time with
-  higher presision and higher runtime overhead.
+  higher precision and higher runtime overhead.
 
   See ${get-monotonic-coarse:/name} and ${get-monotonic-coarse-timeval:/name}
   to get the time in alternative formats.
diff --git a/spec/rtems/clock/if/get-monotonic-coarse-timeval.yml b/spec/rtems/clock/if/get-monotonic-coarse-timeval.yml
index 2025f55..c665d46 100644
--- a/spec/rtems/clock/if/get-monotonic-coarse-timeval.yml
+++ b/spec/rtems/clock/if/get-monotonic-coarse-timeval.yml
@@ -33,7 +33,7 @@ notes: |
   The directive does not access a device to get the time.  It uses a recent
   snapshot provided by the ${/glossary/clock-driver:/term}.  Alternatively, the
   ${get-monotonic-timeval:/name} directive may be used to get the time with
-  higher presision and higher runtime overhead.
+  higher precision and higher runtime overhead.
 
   See ${get-monotonic-coarse:/name} and ${get-monotonic-coarse-bintime:/name}
   to get the time in alternative formats.
diff --git a/spec/rtems/clock/if/get-monotonic-coarse.yml b/spec/rtems/clock/if/get-monotonic-coarse.yml
index c20a2cf..0929575 100644
--- a/spec/rtems/clock/if/get-monotonic-coarse.yml
+++ b/spec/rtems/clock/if/get-monotonic-coarse.yml
@@ -33,7 +33,7 @@ notes: |
   The directive does not access a device to get the time.  It uses a recent
   snapshot provided by the ${/glossary/clock-driver:/term}.  Alternatively, the
   ${get-monotonic:/name} directive may be used to get the time with higher
-  presision and higher runtime overhead.
+  precision and higher runtime overhead.
 
   See ${get-monotonic-coarse-bintime:/name} and
   ${get-monotonic-coarse-timeval:/name} to get the time in alternative formats.
diff --git a/spec/rtems/clock/if/get-monotonic-timeval.yml b/spec/rtems/clock/if/get-monotonic-timeval.yml
index 69ccd3a..532edc1 100644
--- a/spec/rtems/clock/if/get-monotonic-timeval.yml
+++ b/spec/rtems/clock/if/get-monotonic-timeval.yml
@@ -33,7 +33,7 @@ notes: |
   ${/glossary/clock-driver:/term} to get the time in the highest precision
   available to the system.  Alternatively, the
   ${get-monotonic-coarse-timeval:/name} directive may be used to get the time
-  with less presision and less runtime overhead.
+  with less precision and less runtime overhead.
 
   See ${get-monotonic:/name}, ${get-monotonic-bintime:/name}, and
   ${get-monotonic-sbintime:/name} to get the time in alternative formats.
diff --git a/spec/rtems/clock/if/get-monotonic.yml b/spec/rtems/clock/if/get-monotonic.yml
index 5e75e30..9985821 100644
--- a/spec/rtems/clock/if/get-monotonic.yml
+++ b/spec/rtems/clock/if/get-monotonic.yml
@@ -33,7 +33,7 @@ notes: |
   ${/glossary/clock-driver:/term} to get the time in the highest precision
   available to the system.  Alternatively, the
   ${get-monotonic-coarse:/name} directive may be used to get the time with less
-  presision and less runtime overhead.
+  precision and less runtime overhead.
 
   See ${get-monotonic-bintime:/name}, ${get-monotonic-sbintime:/name}, and
   ${get-monotonic-timeval:/name} to get the time in alternative formats.
diff --git a/spec/rtems/clock/if/get-realtime-bintime.yml b/spec/rtems/clock/if/get-realtime-bintime.yml
index ea34be5..092bc30 100644
--- a/spec/rtems/clock/if/get-realtime-bintime.yml
+++ b/spec/rtems/clock/if/get-realtime-bintime.yml
@@ -33,7 +33,7 @@ notes: |
   ${/glossary/clock-driver:/term} to get the time in the highest precision
   available to the system.  Alternatively, the
   ${get-realtime-coarse-bintime:/name} directive may be used to get the time
-  with less presision and less runtime overhead.
+  with less precision and less runtime overhead.
 
   See ${get-realtime:/name} and ${get-realtime-timeval:/name} to get the time
   in alternative formats.
diff --git a/spec/rtems/clock/if/get-realtime-coarse-bintime.yml b/spec/rtems/clock/if/get-realtime-coarse-bintime.yml
index 0b0e09d..12c4f6d 100644
--- a/spec/rtems/clock/if/get-realtime-coarse-bintime.yml
+++ b/spec/rtems/clock/if/get-realtime-coarse-bintime.yml
@@ -32,7 +32,7 @@ notes: |
   The directive does not access a device to get the time.  It uses a recent
   snapshot provided by the ${/glossary/clock-driver:/term}.  Alternatively, the
   ${get-realtime-bintime:/name} directive may be used to get the time with
-  higher presision and higher runtime overhead.
+  higher precision and higher runtime overhead.
 
   See ${get-realtime-coarse:/name} and ${get-realtime-coarse-timeval:/name} to
   get the time in alternative formats.
diff --git a/spec/rtems/clock/if/get-realtime-coarse-timeval.yml b/spec/rtems/clock/if/get-realtime-coarse-timeval.yml
index a2cbcce..ce6e3dc 100644
--- a/spec/rtems/clock/if/get-realtime-coarse-timeval.yml
+++ b/spec/rtems/clock/if/get-realtime-coarse-timeval.yml
@@ -33,7 +33,7 @@ notes: |
   The directive does not access a device to get the time.  It uses a recent
   snapshot provided by the ${/glossary/clock-driver:/term}.  Alternatively, the
   ${get-realtime-timeval:/name} directive may be used to get the time with
-  higher presision and higher runtime overhead.
+  higher precision and higher runtime overhead.
 
   See ${get-realtime-coarse:/name} and ${get-realtime-coarse-timeval:/name} to
   get the time in alternative formats.
diff --git a/spec/rtems/clock/if/get-realtime-coarse.yml b/spec/rtems/clock/if/get-realtime-coarse.yml
index 4edc442..2fe61eb 100644
--- a/spec/rtems/clock/if/get-realtime-coarse.yml
+++ b/spec/rtems/clock/if/get-realtime-coarse.yml
@@ -33,7 +33,7 @@ notes: |
   The directive does not access a device to get the time.  It uses a recent
   snapshot provided by the ${/glossary/clock-driver:/term}.  Alternatively, the
   ${get-realtime:/name} directive may be used to get the time with
-  higher presision and higher runtime overhead.
+  higher precision and higher runtime overhead.
 
   See ${get-realtime-coarse-bintime:/name} and
   ${get-realtime-coarse-timeval:/name} to get the time in alternative formats.
diff --git a/spec/rtems/clock/if/get-realtime-timeval.yml b/spec/rtems/clock/if/get-realtime-timeval.yml
index 625c8b1..dcbee87 100644
--- a/spec/rtems/clock/if/get-realtime-timeval.yml
+++ b/spec/rtems/clock/if/get-realtime-timeval.yml
@@ -33,7 +33,7 @@ notes: |
   ${/glossary/clock-driver:/term} to get the time in the highest precision
   available to the system.  Alternatively, the
   ${get-realtime-coarse-timeval:/name} directive may be used to get the time
-  with less presision and less runtime overhead.
+  with less precision and less runtime overhead.
 
   See ${get-realtime:/name} and ${get-realtime-bintime:/name} to get the time
   in alternative formats.
diff --git a/spec/rtems/clock/if/get-realtime.yml b/spec/rtems/clock/if/get-realtime.yml
index 77d53db..912d414 100644
--- a/spec/rtems/clock/if/get-realtime.yml
+++ b/spec/rtems/clock/if/get-realtime.yml
@@ -33,7 +33,7 @@ notes: |
   ${/glossary/clock-driver:/term} to get the time in the highest precision
   available to the system.  Alternatively, the
   ${get-realtime-coarse:/name} directive may be used to get the time with less
-  presision and less runtime overhead.
+  precision and less runtime overhead.
 
   See ${get-realtime-bintime:/name} and ${get-realtime-timeval:/name} to get
   the time in alternative formats.



More information about the vc mailing list