From fe7c3dfd318f07869d8a3af656f9679d426d4f11 Mon Sep 17 00:00:00 2001 From: Jyri Sarha Date: Wed, 25 Sep 2024 15:44:16 +0300 Subject: [PATCH] debug: debug_stream_slot: A simple typo fix to a logging message A simple typo fix to a logging message. Signed-off-by: Jyri Sarha --- src/debug/debug_stream/debug_stream_slot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/debug/debug_stream/debug_stream_slot.c b/src/debug/debug_stream/debug_stream_slot.c index bf8a593a3..349eb2693 100644 --- a/src/debug/debug_stream/debug_stream_slot.c +++ b/src/debug/debug_stream/debug_stream_slot.c @@ -109,7 +109,7 @@ static int debug_stream_slot_init(void) size_t offset = hdr_size; int i; - LOG_INF("%u sections of %u bytes, hdr %u, secton area %u\n", + LOG_INF("%u sections of %u bytes, hdr %u, section area %u\n", CONFIG_MP_MAX_NUM_CPUS, section_size, hdr_size, section_area_size);