mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-22 17:49:13 +00:00
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:
parent
3f18004778
commit
0194ed392f
83 changed files with 124 additions and 124 deletions
|
|
@ -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) $$@
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue