]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: update stale comment
authorAustin Clements <austin@google.com>
Fri, 16 Apr 2021 21:48:51 +0000 (17:48 -0400)
committerAustin Clements <austin@google.com>
Fri, 16 Apr 2021 22:45:30 +0000 (22:45 +0000)
Missed in CL 310731.

Change-Id: Ia26cd2cedec1508ecfd7f0beb63cd6a6ab546f1e
Reviewed-on: https://go-review.googlesource.com/c/go/+/310909
Trust: Austin Clements <austin@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
src/runtime/runtime2.go

index 9e547f8200016917b959116a1e812c6ac799680c..387841e60ba22d43e198803416f64292db63a8e9 100644 (file)
@@ -1123,5 +1123,5 @@ var (
        isarchive bool // -buildmode=c-archive
 )
 
-// Must agree with cmd/internal/objabi.Experiment.FramePointer.
+// Must agree with internal/buildcfg.Experiment.FramePointer.
 const framepointer_enabled = GOARCH == "amd64" || GOARCH == "arm64"