[rtems-central commit] spec: Fix format

Sebastian Huber sebh at rtems.org
Fri Jul 21 07:13:10 UTC 2023


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Jul  4 08:27:23 2023 +0200

spec: Fix format

---

 spec/rtems/malloc/req/malloc.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spec/rtems/malloc/req/malloc.yml b/spec/rtems/malloc/req/malloc.yml
index 1eef7c9b..82ae500a 100644
--- a/spec/rtems/malloc/req/malloc.yml
+++ b/spec/rtems/malloc/req/malloc.yml
@@ -47,7 +47,7 @@ post-conditions:
       T_ge_uptr( size, ctx->size );
     text: |
       The size of the allocated memory area shall greater than or equal to the
-      ``size` parameter.
+      ``size`` parameter.
   test-epilogue: null
   test-prologue: |
     void     *ptr;



More information about the vc mailing list