mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
runtime: remove redundant "//"
Change-Id: I44af6cd8baa8fcd2a666429467fae4bed5f21fa0
GitHub-Last-Rev: d0c9722f08
GitHub-Pull-Request: golang/go#32052
Reviewed-on: https://go-review.googlesource.com/c/go/+/177277
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
This commit is contained in:
parent
6c842cc610
commit
29f14f058d
1 changed files with 1 additions and 1 deletions
|
|
@ -736,7 +736,7 @@ type itab struct {
|
|||
}
|
||||
|
||||
// Lock-free stack node.
|
||||
// // Also known to export_test.go.
|
||||
// Also known to export_test.go.
|
||||
type lfnode struct {
|
||||
next uint64
|
||||
pushcnt uintptr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue