diff options
Diffstat (limited to 'src/runtime/stack2.go')
| -rw-r--r-- | src/runtime/stack2.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/stack2.go b/src/runtime/stack2.go index 8a78b1ad96..8cc74968ee 100644 --- a/src/runtime/stack2.go +++ b/src/runtime/stack2.go @@ -97,7 +97,7 @@ const ( ) // Goroutine preemption request. -// Stored into g->stackguard0 to cause split stack check failure. +// Stored into g->stackguard to cause split stack check failure. // Must be greater than any real sp. // 0xfffffade in hex. const ( |
