From b77523ab4dbc52617099daff43df08e305dcb83b Mon Sep 17 00:00:00 2001 From: Alexander Egorenkov Date: Thu, 24 Jun 2021 04:52:25 +0200 Subject: [PATCH] libutil: Fix typo in doxygen group of util_log MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexander Egorenkov Signed-off-by: Jan Höppner --- include/lib/util_log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lib/util_log.h b/include/lib/util_log.h index b08fb32d..473754b7 100644 --- a/include/lib/util_log.h +++ b/include/lib/util_log.h @@ -1,5 +1,5 @@ /** - * @defgroup util_log_h util_file: Multi-level message logging interface + * @defgroup util_log_h util_log: Multi-level message logging interface * @{ * @brief Multi-level message logging *