Skip to content

Commit

Permalink
codespell: fix typos
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
rst0git authored and avagin committed Sep 12, 2024
1 parent 4ca4a09 commit e94c13c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion criu/kerndat.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down
2 changes: 1 addition & 1 deletion test/others/bers/bers.c
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ int main(int argc, char *argv[])
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");
Expand Down

0 comments on commit e94c13c

Please sign in to comment.