Commit 36cfdf9e authored by Mathias Bynens's avatar Mathias Bynens Committed by Commit Bot

[debug] Fix typo

s/arguements_store/arguments_store/

BUG=
R=cbruni@chromium.org

Change-Id: Ib7b573d80521e717c65b30aff5c3b1170d3fc61a
Reviewed-on: https://chromium-review.googlesource.com/555494Reviewed-by: 's avatarCamillo Bruni <cbruni@chromium.org>
Commit-Queue: Mathias Bynens <mathias@chromium.org>
Cr-Commit-Position: refs/heads/master@{#46328}
parent 8de41133
......@@ -404,7 +404,7 @@ void PrintSloppyArgumentElements(std::ostream& os, ElementsKind kind,
os << "\n " << raw_index << ": param(" << i
<< ")= " << Brief(mapped_entry);
if (mapped_entry->IsTheHole(isolate)) {
os << " in the arguements_store[" << i << "]";
os << " in the arguments_store[" << i << "]";
} else {
os << " in the context";
}
......
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