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 <jyri.sarha@linux.intel.com>
This commit is contained in:
Jyri Sarha 2024-09-25 15:44:16 +03:00 committed by Kai Vehmanen
parent d52941b1ed
commit fe7c3dfd31
1 changed files with 1 additions and 1 deletions

View File

@ -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);