From 2037e829524c8e55701196b2d04302a421d74198 Mon Sep 17 00:00:00 2001
From: o-m12a
Date: Tue, 27 Jan 2026 18:29:09 +0900
Subject: [PATCH 1/8] fix typos from `recieve` to `receive`
---
doc/changelogs/CHANGELOG_V16.md | 2 +-
doc/changelogs/CHANGELOG_V18.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/changelogs/CHANGELOG_V16.md b/doc/changelogs/CHANGELOG_V16.md
index 667ee30099ac0c..57859c6d92b5bb 100644
--- a/doc/changelogs/CHANGELOG_V16.md
+++ b/doc/changelogs/CHANGELOG_V16.md
@@ -1099,7 +1099,7 @@ Contributed by Filip Skokan - [#42507](https://github.com/nodejs/node/pull/42507
* \[[`e33f6bd384`](https://github.com/nodejs/node/commit/e33f6bd384)] - **test\_runner**: validate `timeout` option (Antoine du Hamel) [#43843](https://github.com/nodejs/node/pull/43843)
* \[[`a167daa311`](https://github.com/nodejs/node/commit/a167daa311)] - **test\_runner**: pass signal on timeout (Moshe Atlow) [#43911](https://github.com/nodejs/node/pull/43911)
* \[[`b1db85023e`](https://github.com/nodejs/node/commit/b1db85023e)] - **test\_runner**: do not report an error when tests are passing (Antoine du Hamel) [#43919](https://github.com/nodejs/node/pull/43919)
-* \[[`f193ac6cd5`](https://github.com/nodejs/node/commit/f193ac6cd5)] - **test\_runner**: recieve and pass AbortSignal (Moshe Atlow) [#43554](https://github.com/nodejs/node/pull/43554)
+* \[[`f193ac6cd5`](https://github.com/nodejs/node/commit/f193ac6cd5)] - **test\_runner**: receive and pass AbortSignal (Moshe Atlow) [#43554](https://github.com/nodejs/node/pull/43554)
* \[[`f8f1d16097`](https://github.com/nodejs/node/commit/f8f1d16097)] - **test\_runner**: fix `it` concurrency (Moshe Atlow) [#43757](https://github.com/nodejs/node/pull/43757)
* \[[`e9ca1efe67`](https://github.com/nodejs/node/commit/e9ca1efe67)] - **test\_runner**: support timeout for tests (Moshe Atlow) [#43505](https://github.com/nodejs/node/pull/43505)
* \[[`5dca44d5eb`](https://github.com/nodejs/node/commit/5dca44d5eb)] - **test\_runner**: catch errors thrown within `describe` (Moshe Atlow) [#43729](https://github.com/nodejs/node/pull/43729)
diff --git a/doc/changelogs/CHANGELOG_V18.md b/doc/changelogs/CHANGELOG_V18.md
index b680c46f348f69..4fb13f399c0ef0 100644
--- a/doc/changelogs/CHANGELOG_V18.md
+++ b/doc/changelogs/CHANGELOG_V18.md
@@ -3973,7 +3973,7 @@ Contributed by Joyee Cheung in [#38905](https://github.com/nodejs/node/pull/3890
* \[[`f98020138a`](https://github.com/nodejs/node/commit/f98020138a)] - **test\_runner**: validate `timeout` option (Antoine du Hamel) [#43843](https://github.com/nodejs/node/pull/43843)
* \[[`58d15b3687`](https://github.com/nodejs/node/commit/58d15b3687)] - **test\_runner**: pass signal on timeout (Moshe Atlow) [#43911](https://github.com/nodejs/node/pull/43911)
* \[[`8b0248506f`](https://github.com/nodejs/node/commit/8b0248506f)] - **test\_runner**: do not report an error when tests are passing (Antoine du Hamel) [#43919](https://github.com/nodejs/node/pull/43919)
-* \[[`aa8053e1fa`](https://github.com/nodejs/node/commit/aa8053e1fa)] - **test\_runner**: recieve and pass AbortSignal (Moshe Atlow) [#43554](https://github.com/nodejs/node/pull/43554)
+* \[[`aa8053e1fa`](https://github.com/nodejs/node/commit/aa8053e1fa)] - **test\_runner**: receive and pass AbortSignal (Moshe Atlow) [#43554](https://github.com/nodejs/node/pull/43554)
* \[[`f13e4c1be9`](https://github.com/nodejs/node/commit/f13e4c1be9)] - **test\_runner**: fix `it` concurrency (Moshe Atlow) [#43757](https://github.com/nodejs/node/pull/43757)
* \[[`e404a3ef6d`](https://github.com/nodejs/node/commit/e404a3ef6d)] - **test\_runner**: support timeout for tests (Moshe Atlow) [#43505](https://github.com/nodejs/node/pull/43505)
* \[[`f28198cc05`](https://github.com/nodejs/node/commit/f28198cc05)] - **test\_runner**: catch errors thrown within `describe` (Moshe Atlow) [#43729](https://github.com/nodejs/node/pull/43729)
From 036c53344185a91e6210bd0e6a090d4b9e0abfdf Mon Sep 17 00:00:00 2001
From: o-m12a
Date: Wed, 28 Jan 2026 01:25:41 +0900
Subject: [PATCH 2/8] fix typos from `paramter` to `parameter`
---
deps/acorn/acorn/CHANGELOG.md | 2 +-
deps/ngtcp2/ngtcp2/third-party/urlparse/munit/munit.c | 2 +-
deps/sqlite/sqlite3.c | 6 +++---
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/deps/acorn/acorn/CHANGELOG.md b/deps/acorn/acorn/CHANGELOG.md
index c86068cd71ab47..a70d76907f5263 100644
--- a/deps/acorn/acorn/CHANGELOG.md
+++ b/deps/acorn/acorn/CHANGELOG.md
@@ -951,4 +951,4 @@ Stop allowing multiple `__proto__` properties on an object literal in strict mod
Don't allow rest parameters to be non-identifier patterns.
-Check for duplicate paramter names in arrow functions.
+Check for duplicate parameter names in arrow functions.
diff --git a/deps/ngtcp2/ngtcp2/third-party/urlparse/munit/munit.c b/deps/ngtcp2/ngtcp2/third-party/urlparse/munit/munit.c
index c5faec09b11162..bf47c04b1ecaf4 100644
--- a/deps/ngtcp2/ngtcp2/third-party/urlparse/munit/munit.c
+++ b/deps/ngtcp2/ngtcp2/third-party/urlparse/munit/munit.c
@@ -1142,7 +1142,7 @@ static void munit_print_time(FILE *fp, munit_uint64_t nanoseconds) {
}
#endif
-/* Add a paramter to an array of parameters. */
+/* Add a parameter to an array of parameters. */
static MunitResult munit_parameters_add(size_t *params_size,
MunitParameter **params, char *name,
char *value) {
diff --git a/deps/sqlite/sqlite3.c b/deps/sqlite/sqlite3.c
index b44fb754da8bdb..400e6d51e16f61 100644
--- a/deps/sqlite/sqlite3.c
+++ b/deps/sqlite/sqlite3.c
@@ -225347,7 +225347,7 @@ static char *rbuObjIterGetIndexCols(
/*
** Assuming the current table columns are "a", "b" and "c", and the zObj
-** paramter is passed "old", return a string of the form:
+** parameter is passed "old", return a string of the form:
**
** "old.a, old.b, old.b"
**
@@ -253516,9 +253516,9 @@ static void fts5MergePrefixLists(
** all index terms corresponding to pToken/nToken are collapsed into a single
** term before the callback is invoked.
**
-** The callback invoked for each entry visited is specified by paramter xVisit.
+** The callback invoked for each entry visited is specified by parameter xVisit.
** Each time it is invoked, it is passed a pointer to the Fts5Index object,
-** a copy of the 7th paramter to this function (pCtx) and a pointer to the
+** a copy of the 7th parameter to this function (pCtx) and a pointer to the
** iterator that indicates the current entry. If the current entry is the
** first with a new term (i.e. different from that of the previous entry,
** including the very first term), then the final two parameters are passed
From d81c4195bcb01b3ce5b97960c7f3e1292bb2cbf4 Mon Sep 17 00:00:00 2001
From: o-m12a
Date: Wed, 28 Jan 2026 01:31:40 +0900
Subject: [PATCH 3/8] fix typos from `reponse` to `response`
---
deps/openssl/openssl/crypto/http/http_client.c | 2 +-
doc/changelogs/CHANGELOG_V17.md | 2 +-
doc/changelogs/CHANGELOG_V20.md | 2 +-
doc/changelogs/CHANGELOG_V22.md | 2 +-
doc/changelogs/CHANGELOG_V24.md | 2 +-
doc/changelogs/CHANGELOG_V9.md | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/deps/openssl/openssl/crypto/http/http_client.c b/deps/openssl/openssl/crypto/http/http_client.c
index dea69ffc64d446..40431b371c2d18 100644
--- a/deps/openssl/openssl/crypto/http/http_client.c
+++ b/deps/openssl/openssl/crypto/http/http_client.c
@@ -842,7 +842,7 @@ int OSSL_HTTP_REQ_CTX_nbio(OSSL_HTTP_REQ_CTX *rctx)
if (*p != '\r' && *p != '\n')
break;
}
- if (*p != '\0') /* not end of headers or not end of error reponse content */
+ if (*p != '\0') /* not end of headers or not end of error response content */
goto next_line;
/* Found blank line(s) indicating end of headers */
diff --git a/doc/changelogs/CHANGELOG_V17.md b/doc/changelogs/CHANGELOG_V17.md
index 04d5da4f1e187c..c4e7299956f789 100644
--- a/doc/changelogs/CHANGELOG_V17.md
+++ b/doc/changelogs/CHANGELOG_V17.md
@@ -554,7 +554,7 @@ change that introduced the regression.
#### Add fetch API
Adds experimental support to the fetch API. This adds a `--experimental-fetch`
-flag that installs the `fetch`, `Request`, `Reponse` and `Headers` globals.
+flag that installs the `fetch`, `Request`, `Response` and `Headers` globals.
* \[[`76a229c4ff`](https://github.com/nodejs/node/commit/76a229c4ff)] - **(SEMVER-MINOR)** **lib**: add fetch (Michaël Zasso) [#41749](https://github.com/nodejs/node/pull/41749)
diff --git a/doc/changelogs/CHANGELOG_V20.md b/doc/changelogs/CHANGELOG_V20.md
index 366d1c4e3c8c1f..190c294bf8aed2 100644
--- a/doc/changelogs/CHANGELOG_V20.md
+++ b/doc/changelogs/CHANGELOG_V20.md
@@ -141,7 +141,7 @@ This is a security release.
* \[[`e51ef3f48b`](https://github.com/nodejs/node/commit/e51ef3f48b)] - **doc**: update install\_tools.bat free disk space (Stefan Stojanovic) [#59579](https://github.com/nodejs/node/pull/59579)
* \[[`8a504d900a`](https://github.com/nodejs/node/commit/8a504d900a)] - **doc**: fix missing link to the Error documentation in the `http` page (Alexander Makarenko) [#59080](https://github.com/nodejs/node/pull/59080)
* \[[`8c5c8aa71d`](https://github.com/nodejs/node/commit/8c5c8aa71d)] - **doc**: clarify experimental platform vulnerability policy (Matteo Collina) [#59591](https://github.com/nodejs/node/pull/59591)
-* \[[`109c4bff77`](https://github.com/nodejs/node/commit/109c4bff77)] - **doc**: add security incident reponse plan (Rafael Gonzaga) [#59470](https://github.com/nodejs/node/pull/59470)
+* \[[`109c4bff77`](https://github.com/nodejs/node/commit/109c4bff77)] - **doc**: add security incident response plan (Rafael Gonzaga) [#59470](https://github.com/nodejs/node/pull/59470)
* \[[`4f004efdf3`](https://github.com/nodejs/node/commit/4f004efdf3)] - **doc**: add RafaelGSS as performance strategic lead (Rafael Gonzaga) [#59445](https://github.com/nodejs/node/pull/59445)
* \[[`caa2db4bac`](https://github.com/nodejs/node/commit/caa2db4bac)] - **doc**: fix links in test.md (Vas Sudanagunta) [#58876](https://github.com/nodejs/node/pull/58876)
* \[[`082e50d4a2`](https://github.com/nodejs/node/commit/082e50d4a2)] - **doc**: update the instruction on how to verify releases (Antoine du Hamel) [#59113](https://github.com/nodejs/node/pull/59113)
diff --git a/doc/changelogs/CHANGELOG_V22.md b/doc/changelogs/CHANGELOG_V22.md
index 17311bbd1df77a..ca54380cb22af5 100644
--- a/doc/changelogs/CHANGELOG_V22.md
+++ b/doc/changelogs/CHANGELOG_V22.md
@@ -313,7 +313,7 @@ This change does not affect third-party builds of Node.js that link to an extern
* \[[`18ceefbabd`](https://github.com/nodejs/node/commit/18ceefbabd)] - **doc**: clarify experimental platform vulnerability policy (Matteo Collina) [#59591](https://github.com/nodejs/node/pull/59591)
* \[[`66cdd00368`](https://github.com/nodejs/node/commit/66cdd00368)] - **doc**: link to `TypedArray.from()` in signature (Aviv Keller) [#59226](https://github.com/nodejs/node/pull/59226)
* \[[`9f058ce7c0`](https://github.com/nodejs/node/commit/9f058ce7c0)] - **doc**: fix typos in `environment_variables.md` (PhistucK) [#59536](https://github.com/nodejs/node/pull/59536)
-* \[[`3cfec820e9`](https://github.com/nodejs/node/commit/3cfec820e9)] - **doc**: add security incident reponse plan (Rafael Gonzaga) [#59470](https://github.com/nodejs/node/pull/59470)
+* \[[`3cfec820e9`](https://github.com/nodejs/node/commit/3cfec820e9)] - **doc**: add security incident response plan (Rafael Gonzaga) [#59470](https://github.com/nodejs/node/pull/59470)
* \[[`46aa3434e6`](https://github.com/nodejs/node/commit/46aa3434e6)] - **doc**: clarify maxRSS unit in `process.resourceUsage()` (Alex Yang) [#59511](https://github.com/nodejs/node/pull/59511)
* \[[`adf98f600a`](https://github.com/nodejs/node/commit/adf98f600a)] - **doc**: add missing Zstd strategy constants (RANDRIAMANANTENA Narindra Tiana Annaick) [#59312](https://github.com/nodejs/node/pull/59312)
* \[[`f335989942`](https://github.com/nodejs/node/commit/f335989942)] - **doc**: fix the version tls.DEFAULT\_CIPHERS was added (Allon Murienik) [#59247](https://github.com/nodejs/node/pull/59247)
diff --git a/doc/changelogs/CHANGELOG_V24.md b/doc/changelogs/CHANGELOG_V24.md
index d72707281ee547..6ba4afd3a41c97 100644
--- a/doc/changelogs/CHANGELOG_V24.md
+++ b/doc/changelogs/CHANGELOG_V24.md
@@ -818,7 +818,7 @@ Certificates removed:
* \[[`40b217a2f9`](https://github.com/nodejs/node/commit/40b217a2f9)] - **doc**: clarify experimental platform vulnerability policy (Matteo Collina) [#59591](https://github.com/nodejs/node/pull/59591)
* \[[`cf84fffea5`](https://github.com/nodejs/node/commit/cf84fffea5)] - **doc**: link to `TypedArray.from()` in signature (Aviv Keller) [#59226](https://github.com/nodejs/node/pull/59226)
* \[[`4bf6ed0bf5`](https://github.com/nodejs/node/commit/4bf6ed0bf5)] - **doc**: fix typos in `environment_variables.md` (PhistucK) [#59536](https://github.com/nodejs/node/pull/59536)
-* \[[`1784c35a49`](https://github.com/nodejs/node/commit/1784c35a49)] - **doc**: add security incident reponse plan (Rafael Gonzaga) [#59470](https://github.com/nodejs/node/pull/59470)
+* \[[`1784c35a49`](https://github.com/nodejs/node/commit/1784c35a49)] - **doc**: add security incident response plan (Rafael Gonzaga) [#59470](https://github.com/nodejs/node/pull/59470)
* \[[`b962560240`](https://github.com/nodejs/node/commit/b962560240)] - **doc**: clarify maxRSS unit in `process.resourceUsage()` (Alex Yang) [#59511](https://github.com/nodejs/node/pull/59511)
* \[[`e6a6cdb9df`](https://github.com/nodejs/node/commit/e6a6cdb9df)] - **doc**: add missing Zstd strategy constants (RANDRIAMANANTENA Narindra Tiana Annaick) [#59312](https://github.com/nodejs/node/pull/59312)
* \[[`a6a31cb467`](https://github.com/nodejs/node/commit/a6a31cb467)] - **(SEMVER-MINOR)** **doc**: compress Web Cryptography Algorithm matrix (Filip Skokan) [#59365](https://github.com/nodejs/node/pull/59365)
diff --git a/doc/changelogs/CHANGELOG_V9.md b/doc/changelogs/CHANGELOG_V9.md
index 30f69f96ccc687..29891b2db8e154 100644
--- a/doc/changelogs/CHANGELOG_V9.md
+++ b/doc/changelogs/CHANGELOG_V9.md
@@ -717,7 +717,7 @@ This is a special release to fix potentially Semver-Major regression that was re
* ICU 60.2 bump (Steven R. Loomis) [#17687](https://github.com/nodejs/node/pull/17687)
* Introduce ScriptOrModule and HostDefinedOptions to V8 (Jan Krems) [#16889](https://github.com/nodejs/node/pull/16889)
* **http**:
- * add options to http.createServer() for `IncomingMessage` and `ServerReponse` (Peter Marton) [#15752](https://github.com/nodejs/node/pull/15752)
+ * add options to http.createServer() for `IncomingMessage` and `ServerResponse` (Peter Marton) [#15752](https://github.com/nodejs/node/pull/15752)
* **http2**:
* add http fallback options to .createServer (Peter Marton) [#15752](https://github.com/nodejs/node/pull/15752)
* **https**:
From 7c209c97e6d67c41c7a127089bec306c63f435ae Mon Sep 17 00:00:00 2001
From: o-m12a
Date: Wed, 28 Jan 2026 01:33:46 +0900
Subject: [PATCH 4/8] fix typos from `neccessary` to `necessary`
---
deps/LIEF/third-party/mbedtls/library/common.h | 2 +-
doc/changelogs/CHANGELOG_V25.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/deps/LIEF/third-party/mbedtls/library/common.h b/deps/LIEF/third-party/mbedtls/library/common.h
index 50f2a29a7237e2..747fca4bf5b608 100644
--- a/deps/LIEF/third-party/mbedtls/library/common.h
+++ b/deps/LIEF/third-party/mbedtls/library/common.h
@@ -337,7 +337,7 @@ static inline void mbedtls_xor_no_simd(unsigned char *r,
* asm( "ldr x4, [%x0], #8" ... : "+r" (uptr) : : )
* ptr = (void*) uptr;
*
- * Note that the "x" in "%x0" is neccessary; writing "%0" will cause warnings.
+ * Note that the "x" in "%x0" is necessary; writing "%0" will cause warnings.
*/
#if defined(__aarch64__) && defined(MBEDTLS_HAVE_ASM)
#if UINTPTR_MAX == 0xfffffffful
diff --git a/doc/changelogs/CHANGELOG_V25.md b/doc/changelogs/CHANGELOG_V25.md
index ec63826bfeeae4..fda4b86530c4fa 100644
--- a/doc/changelogs/CHANGELOG_V25.md
+++ b/doc/changelogs/CHANGELOG_V25.md
@@ -411,7 +411,7 @@
* \[[`c08afc5712`](https://github.com/nodejs/node/commit/c08afc5712)] - **test**: check util.parseArgs argv parsing with actual process execution (René) [#61089](https://github.com/nodejs/node/pull/61089)
* \[[`182f2e4b5a`](https://github.com/nodejs/node/commit/182f2e4b5a)] - **test**: update WPT for urlpattern to a2e15ad405 (Node.js GitHub Bot) [#61134](https://github.com/nodejs/node/pull/61134)
* \[[`9f7cc779f5`](https://github.com/nodejs/node/commit/9f7cc779f5)] - **test**: make buffer sizes 32bit-aware in test-internal-util-construct-sab (René) [#61026](https://github.com/nodejs/node/pull/61026)
-* \[[`c6a8234963`](https://github.com/nodejs/node/commit/c6a8234963)] - **test**: remove unneccessary repl magic\_mode tests (Dario Piotrowicz) [#61053](https://github.com/nodejs/node/pull/61053)
+* \[[`c6a8234963`](https://github.com/nodejs/node/commit/c6a8234963)] - **test**: remove unnecessary repl magic\_mode tests (Dario Piotrowicz) [#61053](https://github.com/nodejs/node/pull/61053)
* \[[`fa2fe0930f`](https://github.com/nodejs/node/commit/fa2fe0930f)] - **test**: skip sea tests on riscv64 (Stewart X Addison) [#61111](https://github.com/nodejs/node/pull/61111)
* \[[`b209f6ba19`](https://github.com/nodejs/node/commit/b209f6ba19)] - **test**: simplify `test-cli-node-options-docs` (Antoine du Hamel) [#61006](https://github.com/nodejs/node/pull/61006)
* \[[`c9153c7d4f`](https://github.com/nodejs/node/commit/c9153c7d4f)] - **test**: mark stringbytes-external-max flaky on AIX (Stewart X Addison) [#60995](https://github.com/nodejs/node/pull/60995)
From 24f3e4c1b5af63865f5c68648c311c1aa99e0cd1 Mon Sep 17 00:00:00 2001
From: o-m12a
Date: Wed, 28 Jan 2026 01:34:50 +0900
Subject: [PATCH 5/8] fix a typo from `lenght` to `length`
---
deps/icu-small/source/common/mlbe.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/deps/icu-small/source/common/mlbe.cpp b/deps/icu-small/source/common/mlbe.cpp
index b5385428e0c57c..d6d532a760476f 100644
--- a/deps/icu-small/source/common/mlbe.cpp
+++ b/deps/icu-small/source/common/mlbe.cpp
@@ -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.
+ // Set all (length+4) items inside indexLength to -1 presuming -1 is 4 bytes of 0xff.
uprv_memset(indexList, 0xff, (length + 4) * sizeof(int32_t));
if (length > 0) {
indexList[2] = 0;
From 97e0d44fc3f3da1c7cb101836941751aebd2a3e5 Mon Sep 17 00:00:00 2001
From: o-m12a
Date: Wed, 28 Jan 2026 01:35:44 +0900
Subject: [PATCH 6/8] fix a typo from `availble` to `available`
---
deps/v8/src/compiler/backend/register-allocator.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/deps/v8/src/compiler/backend/register-allocator.h b/deps/v8/src/compiler/backend/register-allocator.h
index 4484020b27a1bb..9885f75bc03049 100644
--- a/deps/v8/src/compiler/backend/register-allocator.h
+++ b/deps/v8/src/compiler/backend/register-allocator.h
@@ -1070,7 +1070,7 @@ class V8_EXPORT_PRIVATE TopLevelLiveRange final : public LiveRange {
void SetSpillRange(SpillRange* spill_range);
// Encodes whether a range is also available from a memory location:
- // kNoSpillType: not availble in memory location.
+ // kNoSpillType: not available in memory location.
// kSpillOperand: computed in a memory location at range start.
// kSpillRange: copied (spilled) to memory location at the definition,
// or at the beginning of some later blocks if
From 63201148618e1195cfc5250af81d41a71b0b99f5 Mon Sep 17 00:00:00 2001
From: o-m12a
Date: Wed, 28 Jan 2026 01:37:54 +0900
Subject: [PATCH 7/8] fix a typo from `refering` to `referring`
---
deps/v8/src/compiler/turboshaft/loop-unrolling-phase.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/deps/v8/src/compiler/turboshaft/loop-unrolling-phase.cc b/deps/v8/src/compiler/turboshaft/loop-unrolling-phase.cc
index d7b4b105c57b1c..7d80fb21db1dcf 100644
--- a/deps/v8/src/compiler/turboshaft/loop-unrolling-phase.cc
+++ b/deps/v8/src/compiler/turboshaft/loop-unrolling-phase.cc
@@ -28,7 +28,7 @@ void LoopUnrollingPhase::Run(PipelineData* data, Zone* temp_zone) {
// now somewhat out-dated).
DCHECK(!data->graph().has_loop_unrolling_analyzer());
// The LoopUnrollingAnalyzer should not be copied to the output_graph during
- // CopyingPhase, since it's refering to the input_graph.
+ // CopyingPhase, since it's referring to the input_graph.
DCHECK(!data->graph().GetOrCreateCompanion().has_loop_unrolling_analyzer());
}
}
From 41628a8b030cc7064f63cc765d1f037c21d3ce08 Mon Sep 17 00:00:00 2001
From: o-m12a
Date: Wed, 28 Jan 2026 01:38:38 +0900
Subject: [PATCH 8/8] fix a typo from `calender` to `calendar`
---
deps/crates/vendor/calendrical_calculations/src/astronomy.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/deps/crates/vendor/calendrical_calculations/src/astronomy.rs b/deps/crates/vendor/calendrical_calculations/src/astronomy.rs
index ad07dfc4afb25b..3d678dce140862 100644
--- a/deps/crates/vendor/calendrical_calculations/src/astronomy.rs
+++ b/deps/crates/vendor/calendrical_calculations/src/astronomy.rs
@@ -8,7 +8,7 @@
// package root or at http://www.apache.org/licenses/LICENSE-2.0.
//! This file contains important structs and functions relating to location,
-//! time, and astronomy; these are intended for calender calculations and based off
+//! time, and astronomy; these are intended for calendar calculations and based off
//! _Calendrical Calculations_ by Reingold & Dershowitz.
// TODO(#3709): Address inconcistencies with existing ICU code for extreme dates.