Documentation: fix typo in comments
This commit is contained in:
parent
3abdec8af1
commit
7ff199331e
1 changed files with 1 additions and 1 deletions
|
|
@ -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`")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue