Commit 61d496a6 authored by Daniel Bevenius's avatar Daniel Bevenius Committed by Commit Bot

[stack-guard] Fix typo in stack limit comment

Change-Id: If9ef15e1ecbb75b7542b8033f68e63ba1a08cae1
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2091470Reviewed-by: 's avatarJakob Gruber <jgruber@chromium.org>
Commit-Queue: Jakob Gruber <jgruber@chromium.org>
Cr-Commit-Position: refs/heads/master@{#66640}
parent 57cc1d36
...@@ -130,7 +130,7 @@ class V8_EXPORT_PRIVATE StackGuard final { ...@@ -130,7 +130,7 @@ class V8_EXPORT_PRIVATE StackGuard final {
// The stack limit is split into a JavaScript and a C++ stack limit. These // The stack limit is split into a JavaScript and a C++ stack limit. These
// two are the same except when running on a simulator where the C++ and // two are the same except when running on a simulator where the C++ and
// JavaScript stacks are separate. Each of the two stack limits have two // JavaScript stacks are separate. Each of the two stack limits have two
// values. The one eith the real_ prefix is the actual stack limit // values. The one with the real_ prefix is the actual stack limit
// set for the VM. The one without the real_ prefix has the same value as // set for the VM. The one without the real_ prefix has the same value as
// the actual stack limit except when there is an interruption (e.g. debug // the actual stack limit except when there is an interruption (e.g. debug
// break or preemption) in which case it is lowered to make stack checks // break or preemption) in which case it is lowered to make stack checks
......
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