mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Fix typos, 1 in a #define, others in comments. This changes one definition: _MQ_TIMEDRECIEVE is changed to _MQ_TIMEDRECEIVE. It appears this symbol is not used anywhere.
This commit is contained in:
committed by
Gregory Nutt
parent
bf3105fc8f
commit
366053e464
+1
-1
@@ -43,7 +43,7 @@ export SHELL=cmd
|
||||
endif
|
||||
|
||||
# These are configuration variables that are quoted by configuration tool
|
||||
# but which must be unquoated when used in the build system.
|
||||
# but which must be unquoted when used in the build system.
|
||||
|
||||
CONFIG_ARCH := $(patsubst "%",%,$(strip $(CONFIG_ARCH)))
|
||||
CONFIG_ARCH_CHIP := $(patsubst "%",%,$(strip $(CONFIG_ARCH_CHIP)))
|
||||
|
||||
+1
-1
@@ -232,7 +232,7 @@ static char *dequote_value(const char *varname, char *varval)
|
||||
|
||||
if (dqval)
|
||||
{
|
||||
/* Check if the variable name is in the list of strings to be dequoated */
|
||||
/* Check if the variable name is in the list of strings to be dequoted */
|
||||
|
||||
for (dqnam = dequote_list; *dqnam; dqnam++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user