summaryrefslogtreecommitdiffstats
path: root/spec/rtems/basedefs/if/align-down.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/basedefs/if/align-down.yml')
-rw-r--r--spec/rtems/basedefs/if/align-down.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/rtems/basedefs/if/align-down.yml b/spec/rtems/basedefs/if/align-down.yml
index d38b4d20..a8efbdad 100644
--- a/spec/rtems/basedefs/if/align-down.yml
+++ b/spec/rtems/basedefs/if/align-down.yml
@@ -1,6 +1,6 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
- Returns the specified value aligned down to the specified alignment.
+ Aligns down the value to the alignment.
copyrights:
- Copyright (C) 2016 embedded brains GmbH (http://www.embedded-brains.de)
definition:
@@ -31,6 +31,6 @@ params:
name: _alignment
return:
return: |
- The specified value aligned down to the specified alignment is returned.
+ Returns the value aligned down to the alignment.
return-values: []
type: interface