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 <gnutt@nuttx.org>
This commit is contained in:
Matous Pokorny 2018-11-21 14:06:51 +00:00 committed by GregoryN
parent 09f4dee6bc
commit 7a4fb66192
2 changed files with 3 additions and 3 deletions

View file

@ -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:

View file

@ -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