We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77f911e commit c3927a4Copy full SHA for c3927a4
src/runtime/tracetype.go
@@ -2,7 +2,7 @@
2
// Use of this source code is governed by a BSD-style
3
// license that can be found in the LICENSE file.
4
5
-// Trace stack table and acquisition.
+// Trace type table.
6
7
package runtime
8
@@ -13,7 +13,7 @@ import (
13
"unsafe"
14
)
15
16
-// traceTypeTable maps stack traces (arrays of PC's) to unique uint32 ids.
+// traceTypeTable maps types to unique uint32 ids.
17
// It is lock-free for reading.
18
type traceTypeTable struct {
19
tab traceMap
0 commit comments