summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-10-19 17:12:19 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-10-28 19:51:56 +0200
commitfd227bf170bdd99cf9a46e174e9c8bc6bd194932 (patch)
treecf739b7803634f5f59de7c09999d22269d91d71f
parentspec: Clarify boot time (diff)
downloadrtems-central-fd227bf170bdd99cf9a46e174e9c8bc6bd194932.tar.bz2
spec: Fix typo
-rw-r--r--spec/rtems/clock/if/get-monotonic-bintime.yml2
-rw-r--r--spec/rtems/clock/if/get-monotonic-coarse-bintime.yml2
-rw-r--r--spec/rtems/clock/if/get-monotonic-coarse-timeval.yml2
-rw-r--r--spec/rtems/clock/if/get-monotonic-coarse.yml2
-rw-r--r--spec/rtems/clock/if/get-monotonic-timeval.yml2
-rw-r--r--spec/rtems/clock/if/get-monotonic.yml2
-rw-r--r--spec/rtems/clock/if/get-realtime-bintime.yml2
-rw-r--r--spec/rtems/clock/if/get-realtime-coarse-bintime.yml2
-rw-r--r--spec/rtems/clock/if/get-realtime-coarse-timeval.yml2
-rw-r--r--spec/rtems/clock/if/get-realtime-coarse.yml2
-rw-r--r--spec/rtems/clock/if/get-realtime-timeval.yml2
-rw-r--r--spec/rtems/clock/if/get-realtime.yml2
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 f87b6772..cef5ed27 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 b05ccc44..9681d202 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 2025f558..c665d46f 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 c20a2cff..09295755 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 69ccd3a1..532edc1f 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 5e75e309..99858218 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 ea34be50..092bc300 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 0b0e09d3..12c4f6d6 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 a2cbcce0..ce6e3dc4 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 4edc4422..2fe61eb2 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 625c8b11..dcbee87b 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 77d53dbf..912d4142 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.