mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
Fix typos in comments and documentation (#750)
* Fix typos in comments and documentation
This commit is contained in:
+1
-1
@@ -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.
|
||||
*/
|
||||
|
||||
|
||||
+1
-1
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user