codespell: fix typos

This patch fixes the following typos reported by codespell:

./test/others/bers/bers.c:394: dependin ==> depending, depend in
./criu/kerndat.c:837: hitted ==> hit

Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
Radostin Stoyanov 2024-09-12 14:30:30 +01:00 committed by Andrei Vagin
parent edb6fbb820
commit 59f49c6276
2 changed files with 2 additions and 2 deletions

View file

@ -834,7 +834,7 @@ static int kerndat_detect_stack_guard_gap(void)
* (see kernel commit 1be7107fbe18ee).
*
* Same time there was semi-complete
* patch released which hitted a number
* patch released which hit a number
* of repos (Ubuntu, Fedora) where instead
* of PAGE_SIZE the 1M gap is cut off.
*/

View file

@ -391,7 +391,7 @@ usage:
pr_msg(" -f|--files <num> create <num> files for each task\n");
pr_msg(" -m|--memory <num> allocate <num> megabytes for each task\n");
pr_msg(" --memory-chunks <num> split memory to <num> equal parts\n");
pr_msg(" --mem-fill <mode> fill memory with data dependin on <mode>:\n");
pr_msg(" --mem-fill <mode> fill memory with data depending on <mode>:\n");
pr_msg(" all fill every byte of memory\n");
pr_msg(" light fill first bytes of every page\n");
pr_msg(" dirtify fill every page\n");