Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

codespell: fix typos #2476

Merged
merged 1 commit into from
Sep 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading