Commit dfdf66cb authored by Dan Elphick's avatar Dan Elphick Committed by Commit Bot

[test] Fixes a spelling typo

Change-Id: I2097c5dec4d909a7e259a081706ad79a8a1684bc
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2137414
Auto-Submit: Dan Elphick <delphick@chromium.org>
Commit-Queue: Camillo Bruni <cbruni@chromium.org>
Reviewed-by: 's avatarCamillo Bruni <cbruni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#67021}
parent f13c807e
...@@ -65,7 +65,7 @@ function CallM(changer) { ...@@ -65,7 +65,7 @@ function CallM(changer) {
} }
// This several iterations should cause call IC for BeingReplaced call. This IC // This several iterations should cause call IC for BeingReplaced call. This IC
// will keep reference to code object of BeingRepalced function. This reference // will keep reference to code object of BeingReplaced function. This reference
// should also be patched. Unfortunately, this is a manually checked fact (from // should also be patched. Unfortunately, this is a manually checked fact (from
// debugger or debug print) and doesn't work as an automatic test. // debugger or debug print) and doesn't work as an automatic test.
CallM(NoOp); CallM(NoOp);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment