mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
runtime: fix stackDebug comment
Change-Id: Ia9191bd7ecdf7bd5ee7d69ae23aa71760f379aa8 Reviewed-on: https://go-review.googlesource.com/9590 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
8d16253c90
commit
031c3bc9ae
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ package runtime
|
|||
import "unsafe"
|
||||
|
||||
const (
|
||||
// StackDebug == 0: no logging
|
||||
// stackDebug == 0: no logging
|
||||
// == 1: logging of per-stack operations
|
||||
// == 2: logging of per-frame operations
|
||||
// == 3: logging of per-word updates
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue