Commit 6f08e9af authored by gsathya's avatar gsathya Committed by Commit bot

[CSA] Fix typo

TBR=ishell@chromium.org

Review-Url: https://codereview.chromium.org/2599523002
Cr-Commit-Position: refs/heads/master@{#41904}
parent bad367fd
......@@ -3820,7 +3820,7 @@ Node* CodeStubAssembler::NumberToString(Node* context, Node* argument) {
GotoUnless(Word32Equal(low, low_compare), &runtime);
GotoUnless(Word32Equal(high, high_compare), &runtime);
// Heap number match, return value fro cache entry.
// Heap number match, return value from cache entry.
IncrementCounter(isolate()->counters()->number_to_string_native(), 1);
result.Bind(LoadFixedArrayElement(number_string_cache, index, kPointerSize));
Goto(&done);
......
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