Skip to content

Commit 6857dca

Browse files
briclekartben
authored andcommitted
samples: sysbuild: with_mcuboot: fix typo
fixed a minor typo in CMakeLists.txt comment Signed-off-by: Shan Pen <bricle031@gmail.com>
1 parent c64494a commit 6857dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/sysbuild/with_mcuboot/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.20.0)
55
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
66
project(sample_with_mcuboot)
77

8-
# Verify that this samnple is built through sysbuild to ensure MCUboot is
8+
# Verify that this sample is built through sysbuild to ensure MCUboot is
99
# automatically included and that sample specific MCUboot configurations are
1010
# used when building MCUboot.
1111
test_sysbuild()

0 commit comments

Comments
 (0)