Documentation: fix typo in comments

This commit is contained in:
Abhishek Choithani 2025-04-11 10:36:44 +05:30 committed by Lup Yuen Lee
parent 3abdec8af1
commit 7ff199331e

View File

@ -73,7 +73,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
set(NUTTX_DIR ${CMAKE_CURRENT_SOURCE_DIR})
# unceaned previous make build can cause various types of cmake error
# uncleaned previous make build can cause various types of cmake error
if(EXISTS "${NUTTX_DIR}/.config")
message(
FATAL_ERROR "Please distclean previous make build with `make distclean`")