From 6857dcabbf367d2ec169b6f3cef15b9023f80f87 Mon Sep 17 00:00:00 2001 From: Shan Pen Date: Mon, 31 Mar 2025 16:26:18 +0800 Subject: [PATCH] samples: sysbuild: with_mcuboot: fix typo fixed a minor typo in CMakeLists.txt comment Signed-off-by: Shan Pen --- samples/sysbuild/with_mcuboot/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/sysbuild/with_mcuboot/CMakeLists.txt b/samples/sysbuild/with_mcuboot/CMakeLists.txt index ca0a689a6d9..41a45be011a 100644 --- a/samples/sysbuild/with_mcuboot/CMakeLists.txt +++ b/samples/sysbuild/with_mcuboot/CMakeLists.txt @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.20.0) find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE}) project(sample_with_mcuboot) -# Verify that this samnple is built through sysbuild to ensure MCUboot is +# Verify that this sample is built through sysbuild to ensure MCUboot is # automatically included and that sample specific MCUboot configurations are # used when building MCUboot. test_sysbuild()