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

deps: fix typos across multiple files #57204

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

Conversation

haramj
Copy link

@haramj haramj commented Feb 25, 2025

[deps] Fix typos across multiple files

This PR fixes minor typos in various dependency-related files.
These changes do not affect functionality and are limited to comments and documentation.

  • Fixed typos in deps/icu-small, deps/ngtcp2, and deps/v8.
  • No changes to executable code.
  • No impact on existing tests.

@nodejs-github-bot
Copy link
Collaborator

Review requested:

  • @nodejs/security-wg
  • @nodejs/v8-update

@nodejs-github-bot nodejs-github-bot added dependencies Pull requests that update a dependency file. needs-ci PRs that need a full CI run. quic Issues and PRs related to the QUIC implementation / HTTP/3. v8 engine Issues and PRs related to the V8 dependency. labels Feb 25, 2025
@@ -180,7 +180,7 @@ int32_t MlBreakEngine::initIndexList(const UnicodeString &inString, int32_t *ind
}
int32_t index = 0;
int32_t length = inString.countChar32();
// Set all (lenght+4) items inside indexLength to -1 presuming -1 is 4 bytes of 0xff.
Copy link
Member

Choose a reason for hiding this comment

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

This fix would need to be made in the upstream dependency. This change should be removed from this PR.

@@ -399,7 +399,7 @@ typedef struct ResourceData {
UBool useNativeStrcmp;
} ResourceData;

struct UResourceDataEntry; // forward declared for ResoureDataValue below; actually defined in uresimp.h
Copy link
Member

Choose a reason for hiding this comment

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

This fix would need to be made in the upstream dependency. This change should be removed from this PR.

@@ -46,7 +46,7 @@ typedef struct ngtcp2_log {
told. */
ngtcp2_tstamp last_ts;
/* user_data is user-defined opaque data which is passed to
log_pritnf. */
Copy link
Member

Choose a reason for hiding this comment

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

This fix would need to be made in the upstream dependency. This change should be removed from this PR.

Copy link
Member

@jasnell jasnell left a comment

Choose a reason for hiding this comment

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

These changes all need to be made in the upstream dependencies, not here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file. needs-ci PRs that need a full CI run. quic Issues and PRs related to the QUIC implementation / HTTP/3. v8 engine Issues and PRs related to the V8 dependency.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants