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");