Skip to content

Commit e040178

Browse files
author
Jyri Sarha
committed
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>
1 parent f4bd2a1 commit e040178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/debug/debug_stream/debug_stream_slot.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ static int debug_stream_slot_init(void)
109109
size_t offset = hdr_size;
110110
int i;
111111

112-
LOG_INF("%u sections of %u bytes, hdr %u, secton area %u\n",
112+
LOG_INF("%u sections of %u bytes, hdr %u, section area %u\n",
113113
CONFIG_MP_MAX_NUM_CPUS, section_size, hdr_size,
114114
section_area_size);
115115

0 commit comments

Comments
 (0)