From 031c3bc9ae9412caf8a31fc95c5384c93fe5a7b7 Mon Sep 17 00:00:00 2001 From: Alex Brainman Date: Fri, 1 May 2015 15:53:45 +1000 Subject: runtime: fix stackDebug comment Change-Id: Ia9191bd7ecdf7bd5ee7d69ae23aa71760f379aa8 Reviewed-on: https://go-review.googlesource.com/9590 Reviewed-by: Brad Fitzpatrick --- src/runtime/stack1.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/runtime/stack1.go') diff --git a/src/runtime/stack1.go b/src/runtime/stack1.go index 4fa1a58ea8..f74694b7e9 100644 --- a/src/runtime/stack1.go +++ b/src/runtime/stack1.go @@ -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 -- cgit v1.3