Skip to content

Commit 4f815f5

Browse files
committed
review: fix typo
Signed-off-by: mathetake <takeshi@tetrate.io>
1 parent a24e213 commit 4f815f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v8/v8.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ void V8::buildFunctionNameIndex() {
295295
}
296296

297297
if (start + size != pos) {
298-
// indicates the mulformed function name subsection, so clear the stored indexes.
298+
// indicates the malformed function name subsection, so clear the stored indexes.
299299
function_names_index_ = {};
300300
}
301301
}

0 commit comments

Comments
 (0)