Merged in mjkoch/nuttx/mjkoch (pull request #841)

Correct a few tpyos

Approved-by: Gregory Nutt <gnutt@nuttx.org>
This commit is contained in:
Matthew Koch
2019-03-17 19:42:44 +00:00
committed by Gregory Nutt
parent 92554257b9
commit 1b325342f4
4 changed files with 20 additions and 19 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ README
In the two pass build, the application logic is built during the first
phase, pass 1. In that phase, the application may generate and install
source files in the pass1/directory.
source files into the pass1/ directory.
The operating system is built during phase 2 of the build. At that time,
those source files in the pass1/ directory will be built and incorporated