From 845bf27a1a686e1b59d19e7810a8ea6ee6dab173 Mon Sep 17 00:00:00 2001 From: Lasse Rosenow Date: Fri, 12 Apr 2024 15:24:46 +0200 Subject: [PATCH] fixup! sys: add runtime configuration registry Fix typos --- sys/include/registry.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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).