mirror of
https://github.com/apache/nuttx.git
synced 2026-08-12 07:55:32 +00:00
Fix typos in comments and documentation (#750)
* Fix typos in comments and documentation
This commit is contained in:
parent
9c7841aff1
commit
bfc153ca27
54 changed files with 133 additions and 134 deletions
|
|
@ -990,7 +990,7 @@ static void check_configuration(void)
|
|||
g_oldnative = true;
|
||||
}
|
||||
|
||||
/* If we are going to some host other then windows native or to a windows
|
||||
/* If we are going to some host other than windows native or to a windows
|
||||
* native host, then don't ignore what is in the defconfig file.
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -187,7 +187,7 @@ fi
|
|||
# (2) The CONFIG_APPS_DIR setting to see if there is a configured location for the
|
||||
# application directory. This can be overridden from the command line.
|
||||
|
||||
# If we are going to some host other then windows native or to a windows
|
||||
# If we are going to some host other than windows native or to a windows
|
||||
# native host, then don't even check what is in the defconfig file.
|
||||
|
||||
oldnative=`grep CONFIG_WINDOWS_NATIVE= ${src_config} | cut -d'=' -f2`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue