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>
This commit is contained in:
Peter Korsgaard
2024-09-20 23:08:22 +02:00
committed by Yann E. MORIN
parent 8f0872fee3
commit 146c1d38de

View File

@@ -40,7 +40,7 @@ SHARP_SIGN := \#
# In other words, every letter is substituted one by one.
#
# 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
# much expansion as possible up-front.
#
@@ -131,7 +131,7 @@ QUOTE = '
# Once everything has been escaped, it is passed between single quotes
# (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
# newline is apended, too.
# newline is appended, too.
#
# Note: leading or trailing spaces are *not* stripped.
#