src: fix typos

PR-URL: https://github.com/nodejs/node/pull/55064
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
This commit is contained in:
Nathan Baulch
2024-09-28 01:34:48 +10:00
committed by GitHub
parent fd787c96e1
commit b5fb2ff81e
16 changed files with 25 additions and 25 deletions

View File

@@ -111,7 +111,7 @@ class AliasedBufferBase : public MemoryRetainer {
};
/**
* Get the underlying v8 TypedArray overlayed on top of the native buffer
* Get the underlying v8 TypedArray overlaid on top of the native buffer
*/
v8::Local<V8T> GetJSArray() const;