summaryrefslogtreecommitdiffstats
path: root/spec/rtems/status/if/is-equal.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/status/if/is-equal.yml')
-rw-r--r--spec/rtems/status/if/is-equal.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/spec/rtems/status/if/is-equal.yml b/spec/rtems/status/if/is-equal.yml
index 72fb4ae5..d8710e64 100644
--- a/spec/rtems/status/if/is-equal.yml
+++ b/spec/rtems/status/if/is-equal.yml
@@ -1,7 +1,6 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
- Returns true, if the left hand side status code is equal to the right hand
- side status code, otherwise returns false.
+ Checks if the status codes are equal.
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
- Copyright (C) 1989, 2008 On-Line Applications Research Corporation (OAR)
@@ -34,6 +33,8 @@ params:
dir: null
name: right_status_code
return:
- return: null
+ return: |
+ Returns true, if the left hand side status code is equal to the right hand
+ side status code, otherwise false.
return-values: []
type: interface