[rtems-central commit] spec: Fix type in description

Sebastian Huber sebh at rtems.org
Wed Nov 9 16:00:27 UTC 2022


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Nov  8 06:48:04 2022 +0100

spec: Fix type in description

---

 spec/rtems/clock/if/get-uptime.yml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/spec/rtems/clock/if/get-uptime.yml b/spec/rtems/clock/if/get-uptime.yml
index e3561f76..e8699668 100644
--- a/spec/rtems/clock/if/get-uptime.yml
+++ b/spec/rtems/clock/if/get-uptime.yml
@@ -32,10 +32,11 @@ name: rtems_clock_get_uptime
 notes: null
 params:
 - description: |
-    is the pointer to a ${/c/if/timeval:/name} object.  When the directive call
-    is successful, the seconds and nanoseconds elapsed since some time point
-    during the system initialization and some point during the directive call
-    using ${/glossary/clock-monotonic:/term} will be stored in this object.
+    is the pointer to a ${/c/if/timespec:/name} object.  When the directive
+    call is successful, the seconds and nanoseconds elapsed since some time
+    point during the system initialization and some point during the directive
+    call using ${/glossary/clock-monotonic:/term} will be stored in this
+    object.
   dir: out
   name: uptime
 return:



More information about the vc mailing list