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:
Nathan Hartman
2019-09-11 08:56:56 -06:00
committed by Gregory Nutt
parent bf3105fc8f
commit 366053e464
113 changed files with 142 additions and 142 deletions
+1 -1
View File
@@ -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
View File
@@ -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++)
{