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

fix typos #911

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

fix typos #911

wants to merge 1 commit into from

Conversation

QuarticCat
Copy link

Typos are spotted by typos program. Just want to reduce my vscode warnings.

BTW, I also want to fix some header file errors. For example, in mimalloc/prim.h, the code uses size_t and bool, but doesn't include <stddef.h> and <stdbool.h>. That won't cause compile errors since prim.c includes mimalloc.h before. However, IDEs (e.g. clangd) treats each header file as standalone. They won't know that C files will include other headers beforehand. Thus emitting a lot of errors. I want to add some includes to make IDEs happy. If you accept such a PR, I'll submit one soon.

@QuarticCat
Copy link
Author

@microsoft-github-policy-service agree

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.

1 participant