summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--spec/rtems/attr/val/attr.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/rtems/attr/val/attr.yml b/spec/rtems/attr/val/attr.yml
index 83894365..c60aab1a 100644
--- a/spec/rtems/attr/val/attr.yml
+++ b/spec/rtems/attr/val/attr.yml
@@ -8,14 +8,14 @@ test-actions:
/* No action */
checks:
- check: |
- T_step_true( ${step}, IsPowerOfTwo( RTEMS_BARRIER_MANUAL_RELEASE ) );
+ T_step_true( ${step}, IsPowerOfTwo( RTEMS_BARRIER_AUTOMATIC_RELEASE ) );
description: |
- Check that RTEMS_BARRIER_MANUAL_RELEASE is a power of two.
+ Check that RTEMS_BARRIER_AUTOMATIC_RELEASE is a power of two.
links:
- role: validation
uid: ../req/bit-set
- role: validation
- uid: ../if/barrier-manual-release
+ uid: ../if/barrier-automatic-release
- check: |
T_step_true( ${step}, IsPowerOfTwo( RTEMS_BINARY_SEMAPHORE ) );
description: |