From 4bfe83a20415231a999e80f7fc028c40c2bea125 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 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 bf8a593a348e..349eb2693137 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);