From e3524c54848d04ccfb0e5e0a5aed76824b04e922 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 9 Nov 2020 14:40:10 +0100 Subject: spec: Review basic definitions API --- spec/rtems/basedefs/if/container-of.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec/rtems/basedefs/if/container-of.yml') 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 -- cgit v1.2.3