From: Joey <22430354@qq.com> Date: Fri, 17 May 2019 04:26:16 +0000 (+0000) Subject: runtime: remove redundant "//" X-Git-Tag: go1.13beta1~265 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=29f14f058d2ad7ebce4a6bbcd1909c0e1986eaaa;p=gostls13.git runtime: remove redundant "//" Change-Id: I44af6cd8baa8fcd2a666429467fae4bed5f21fa0 GitHub-Last-Rev: d0c9722f082114b356de55fc79ce138ede019636 GitHub-Pull-Request: golang/go#32052 Reviewed-on: https://go-review.googlesource.com/c/go/+/177277 Reviewed-by: Emmanuel Odeke --- diff --git a/src/runtime/runtime2.go b/src/runtime/runtime2.go index d2f9831f20..bc5b48222b 100644 --- a/src/runtime/runtime2.go +++ b/src/runtime/runtime2.go @@ -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