Skip to content

Commit a6f8fc3

Browse files
pearsonnashif
authored andcommitted
Docs: Clarification of CONTAINER_OF
This is a small reordering of the CONTAINER_OF description to clarify its purpose. Signed-off-by: Chris Pearson <[email protected]>
1 parent 36f907e commit a6f8fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/sys/util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ extern "C" {
124124
((ptr) && ((ptr) >= &array[0] && (ptr) < &array[ARRAY_SIZE(array)]))
125125

126126
/**
127-
* @brief Get a pointer to a container structure from an element
127+
* @brief Get a pointer to a structure containing the element
128128
*
129129
* Example:
130130
*

0 commit comments

Comments
 (0)