From 670b8af14298e0dfe90d3f2647dfc1d5baff9281 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Wed, 26 Jan 2022 10:19:21 -0500 Subject: [PATCH] cmake: fix path in comment Use correct path for soc in the comment. Signed-off-by: Anas Nashif --- cmake/app/boilerplate.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/app/boilerplate.cmake b/cmake/app/boilerplate.cmake index 6102d739c9..8452dd2765 100644 --- a/cmake/app/boilerplate.cmake +++ b/cmake/app/boilerplate.cmake @@ -563,7 +563,7 @@ else() endif() # Use SOC to search for a 'CMakeLists.txt' file. -# e.g. zephyr/soc/xtense/intel_apl_adsp/CMakeLists.txt. +# e.g. zephyr/soc/xtensa/intel_adsp/CMakeLists.txt. foreach(root ${SOC_ROOT}) # Check that the root looks reasonable. if(NOT IS_DIRECTORY "${root}/soc")