Skip to content

Fix grammar and typos#379

Merged
jserv merged 1 commit into
sysprog21:masterfrom
deantee:fix-typos
May 27, 2026
Merged

Fix grammar and typos#379
jserv merged 1 commit into
sysprog21:masterfrom
deantee:fix-typos

Conversation

@deantee

@deantee deantee commented May 26, 2026

Copy link
Copy Markdown
Contributor

Fix grammar errors and typos across README.md, lkmpg.tex, example code, and CI/scripts files. Covers verb forms, missing articles, wrong prepositions, pluralization errors, typos, and pronoun mistakes.


Summary by cubic

Fix grammar, typos, and wording across README.md, lkmpg.tex, examples, and CI/scripts, including ioctl terminology. No functional changes; builds and examples behave the same.

Written for commit 9faa42d. Summary will update on new commits. Review in cubic

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 9 files

Re-trigger cubic

@EricccTaiwan EricccTaiwan left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. I think ioctl's was intended as a plural, but ioctls is more consistent with how the kernel docs handle similar terms (syscalls, kprobes, etc.).

Thanks!

@EricccTaiwan EricccTaiwan requested a review from jserv May 26, 2026 15:23
Comment thread examples/other/userspace_ioctl.c Outdated
*
* Until now we could have used cat for input and output. But now
* we need to do ioctl's, which require writing our own process.
* we need to do ioctls, which require writing our own process.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use different notations for ioctl and s.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agree, maybe "ioctls"?

@deantee

deantee commented May 27, 2026

Copy link
Copy Markdown
Contributor Author

Replaced with ioctl operations throughout. Does that work?

@jserv

jserv commented May 27, 2026

Copy link
Copy Markdown
Contributor

Replaced with ioctl operations throughout. Does that work?

It is better.

@jserv jserv merged commit 7012c8a into sysprog21:master May 27, 2026
8 checks passed
@jserv

jserv commented May 27, 2026

Copy link
Copy Markdown
Contributor

Thank @deantee for contributing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants