mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
support/misc/utils.mk: fix typos
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 146c1d38de)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
@@ -40,7 +40,7 @@ SHARP_SIGN := \#
|
|||||||
# In other words, every letter is substituted one by one.
|
# In other words, every letter is substituted one by one.
|
||||||
#
|
#
|
||||||
# The caseconvert-helper allows us to create this definition out of the
|
# The caseconvert-helper allows us to create this definition out of the
|
||||||
# [FROM] and [TO] lists, so we don't need to write down every substition
|
# [FROM] and [TO] lists, so we don't need to write down every substitution
|
||||||
# manually. The uses of $ and $$ quoting are chosen in order to do as
|
# manually. The uses of $ and $$ quoting are chosen in order to do as
|
||||||
# much expansion as possible up-front.
|
# much expansion as possible up-front.
|
||||||
#
|
#
|
||||||
@@ -131,7 +131,7 @@ QUOTE = '
|
|||||||
# Once everything has been escaped, it is passed between single quotes
|
# Once everything has been escaped, it is passed between single quotes
|
||||||
# (that's why the single-quotes are escaped they way they are, above,
|
# (that's why the single-quotes are escaped they way they are, above,
|
||||||
# and why the dollar sign is not escaped) to printf(1). A trailing
|
# and why the dollar sign is not escaped) to printf(1). A trailing
|
||||||
# newline is apended, too.
|
# newline is appended, too.
|
||||||
#
|
#
|
||||||
# Note: leading or trailing spaces are *not* stripped.
|
# Note: leading or trailing spaces are *not* stripped.
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user