From 89651e31eb6ce30fcecd5ce87e4534d20fd40c11 Mon Sep 17 00:00:00 2001 From: Radostin Stoyanov Date: Thu, 12 Sep 2024 14:30:30 +0100 Subject: [PATCH] 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 --- criu/kerndat.c | 2 +- test/others/bers/bers.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/criu/kerndat.c b/criu/kerndat.c index 1a584fe921..fa1ed21fad 100644 --- a/criu/kerndat.c +++ b/criu/kerndat.c @@ -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. */ diff --git a/test/others/bers/bers.c b/test/others/bers/bers.c index 37cf84dd3d..b291e3bcbe 100644 --- a/test/others/bers/bers.c +++ b/test/others/bers/bers.c @@ -391,7 +391,7 @@ int main(int argc, char *argv[]) pr_msg(" -f|--files create files for each task\n"); pr_msg(" -m|--memory allocate megabytes for each task\n"); pr_msg(" --memory-chunks split memory to equal parts\n"); - pr_msg(" --mem-fill fill memory with data dependin on :\n"); + pr_msg(" --mem-fill fill memory with data depending on :\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");