summaryrefslogtreecommitdiffstats
path: root/spec/rtems/basedefs/if/align-down.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-11-09 14:40:10 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-11-09 14:40:10 +0100
commite3524c54848d04ccfb0e5e0a5aed76824b04e922 (patch)
treebe4d70a277512fa494d70f88adb3815914041a97 /spec/rtems/basedefs/if/align-down.yml
parentspec: Review Partition Manager API (diff)
downloadrtems-central-e3524c54848d04ccfb0e5e0a5aed76824b04e922.tar.bz2
spec: Review basic definitions API
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