Fix some codespell warnings

Brought to you by

	codespell -w

(using codespell v2.1.0).

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin 2022-03-30 18:45:16 -07:00 committed by Andrei Vagin
parent 3f18004778
commit 0194ed392f
83 changed files with 124 additions and 124 deletions

View file

@ -10,7 +10,7 @@ define include-once
endef
# Helper to build built-in target in directory.
# $(eval $(call gen-built-in,<dir>,<prerequsite>,<phony>))
# $(eval $(call gen-built-in,<dir>,<prerequisite>,<phony>))
define gen-built-in
$(1)/%: $(2)
$$(Q) $$(MAKE) $$(build)=$(1) $$@

View file

@ -59,7 +59,7 @@ define newline
endef
# map funciton:
# map function:
# $1 - func to call
# $2 - list over which map the $1 func
# result is divided with newlines