summaryrefslogtreecommitdiffstats
path: root/spec/rtems/basedefs/if/return-address.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/basedefs/if/return-address.yml')
-rw-r--r--spec/rtems/basedefs/if/return-address.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/spec/rtems/basedefs/if/return-address.yml b/spec/rtems/basedefs/if/return-address.yml
index f2fb271a..4a5994c2 100644
--- a/spec/rtems/basedefs/if/return-address.yml
+++ b/spec/rtems/basedefs/if/return-address.yml
@@ -1,6 +1,6 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
- Returns the return address of the current function.
+ Gets the return address of the current function.
copyrights:
- Copyright (C) 2019 embedded brains GmbH (http://www.embedded-brains.de)
definition:
@@ -23,6 +23,7 @@ name: RTEMS_RETURN_ADDRESS
notes: null
params: []
return:
- return: The return address of the current function.
+ return: |
+ Returns the return address of the current function.
return-values: []
type: interface