This is an automated email from the ASF dual-hosted git repository. lupyuen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push: new 7ff199331e Documentation: fix typo in comments 7ff199331e is described below commit 7ff199331ea78d01a7157bd09d92fb249e825b43 Author: Abhishek Choithani <abhishekchoithan...@gmail.com> AuthorDate: Fri Apr 11 10:36:44 2025 +0530 Documentation: fix typo in comments --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ec6a3a0e56..0402b282d3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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`")