summaryrefslogtreecommitdiffstats
path: root/spec/rtems/basedefs/if/container-of.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/basedefs/if/container-of.yml')
-rw-r--r--spec/rtems/basedefs/if/container-of.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/rtems/basedefs/if/container-of.yml b/spec/rtems/basedefs/if/container-of.yml
index 40eb28f4..0636d79b 100644
--- a/spec/rtems/basedefs/if/container-of.yml
+++ b/spec/rtems/basedefs/if/container-of.yml
@@ -1,6 +1,6 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
- Returns the pointer to the container of a specified member pointer.
+ Gets the container of a member.
copyrights:
- Copyright (C) 2014 embedded brains GmbH (http://www.embedded-brains.de)
definition:
@@ -33,6 +33,6 @@ params:
name: _member_name
return:
return: |
- Returns the pointer to the container of a specified member pointer.
+ Returns the pointer to the container of a member pointer.
return-values: []
type: interface