diff --git a/sys/include/registry.h b/sys/include/registry.h index 39e08d67ebbc..c88ddc2bc88a 100644 --- a/sys/include/registry.h +++ b/sys/include/registry.h @@ -104,8 +104,8 @@ typedef const enum { } registry_commit_cb_scope_t; /** - * @brief Callback must be implemented by modules / drivers that integrate a configuration schema. - * This callback is called when the registry notifies the module / driver, that a configuration + * @brief The callback must be implemented by modules that integrate a configuration schema. + * This callback is called when the registry notifies the module, that a configuration * parameter has changed. * * @param[in] scope Scope of what will be committed (a parameter, a group or the whole instance).