diff --git a/include/sys/util.h b/include/sys/util.h index c9db6a654f4..e1aa0b59b67 100644 --- a/include/sys/util.h +++ b/include/sys/util.h @@ -124,7 +124,7 @@ extern "C" { ((ptr) && ((ptr) >= &array[0] && (ptr) < &array[ARRAY_SIZE(array)])) /** - * @brief Get a pointer to a container structure from an element + * @brief Get a pointer to a structure containing the element * * Example: *