[rtems-central commit] spec: Improve requirement wording
Sebastian Huber
sebh at rtems.org
Wed Feb 23 08:35:10 UTC 2022
Module: rtems-central
Branch: master
Commit: 91fb0aca4428478280ff1b4e4ddff945a7e1b144
Changeset: http://git.rtems.org/rtems-central/commit/?id=91fb0aca4428478280ff1b4e4ddff945a7e1b144
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Tue Feb 22 10:01:47 2022 +0100
spec: Improve requirement wording
---
spec/acfg/req/init.yml | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/spec/acfg/req/init.yml b/spec/acfg/req/init.yml
index a60a531..a8124d5 100644
--- a/spec/acfg/req/init.yml
+++ b/spec/acfg/req/init.yml
@@ -10,8 +10,9 @@ rationale: null
references: []
requirement-type: functional
text: |
- Where ${../if/init:/name} is defined, where ${../if/header:/path} is included
- in a translation unit after the definition of ${../if/init:/name}, when the
- translation unit is preprocessed and compiled, the application configuration
- shall be initialized.
+ While ${../if/init:/name} is defined, while ${../if/header-confdefs:/path} is
+ included in a translation unit after the definition of ${../if/init:/name},
+ when the translation unit is preprocessed and compiled, the system settings
+ defined by present application configuration options shall be statically
+ allocated and initialized.
type: requirement
More information about the vc
mailing list