From 7a4fb66192f1c4b51514088854b44e5c2d77f75b Mon Sep 17 00:00:00 2001 From: Matous Pokorny Date: Wed, 21 Nov 2018 14:06:51 +0000 Subject: [PATCH] Merged in ehiker/nuttx/fix_readme_typo (pull request #764) Fix readme typo * readme.txt: Fix typo * tools/readme.txt: Fix typo There is no file called cmdconfig. Approved-by: GregoryN --- README.txt | 4 ++-- tools/README.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index 67f0ea7735..18f9b951b8 100644 --- a/README.txt +++ b/README.txt @@ -560,7 +560,7 @@ Notes about Header Files When a GCC toolchain is built, it incorporates the C library header files into the compiler internal directories and, in this way, the C library really becomes a part of the toolchain. If you use the NuttX - buildroot toolchain as described below under under "NuttX Buildroot + buildroot toolchain as described below under "NuttX Buildroot Toolchain", your GCC toolchain will build against the NuttX C library and will incorporate the NuttX C library header files as part of the toolchain. @@ -761,7 +761,7 @@ Refreshing Configurations be? Enter ? in response to the 'make oldconfig' prompt and it will show you the help text that goes with the option. - If you don't want to make any decisions are are willing to just accept the + If you don't want to make any decisions are willing to just accept the recommended default value for each new configuration item, an even easier way is: diff --git a/tools/README.txt b/tools/README.txt index 83ddff5a8e..be952fd6f6 100644 --- a/tools/README.txt +++ b/tools/README.txt @@ -106,7 +106,7 @@ mkconfig.c, cfgdefine.c, and cfgdefine.h into include/nuttx/config.h. config.h is a another version of the NuttX configuration that can be included by C files. -cmdconfig.c +cmpconfig.c ----------- This C file can be used to build a utility for comparing two NuttX