From 850be171420ae0902238aeedf936743d94ffe104 Mon Sep 17 00:00:00 2001 From: Junbo Zheng Date: Fri, 1 Mar 2024 17:33:50 +0800 Subject: [PATCH] Documentation: correct `CMakeList.txt` to `CMakeLists.txt` Signed-off-by: Junbo Zheng --- Documentation/quickstart/organization.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/quickstart/organization.rst b/Documentation/quickstart/organization.rst index 401dcd207b..006444feb8 100644 --- a/Documentation/quickstart/organization.rst +++ b/Documentation/quickstart/organization.rst @@ -237,10 +237,10 @@ support. For details see :doc:`/components/wireless`. -``nuttx/CMakeList.txt`` -======================= +``nuttx/CMakeLists.txt`` +======================== -The top-level ``CMakeList.txt`` file. +The top-level ``CMakeLists.txt`` file. ``nuttx/Makefile`` ==================