]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: fix stale comment in lfstack go1.7beta2
authorAustin Clements <austin@google.com>
Thu, 16 Jun 2016 19:41:33 +0000 (15:41 -0400)
committerAustin Clements <austin@google.com>
Thu, 16 Jun 2016 19:45:33 +0000 (19:45 +0000)
Change-Id: I6ef08f6078190dc9df0b2df4f26a76456602f5e8
Reviewed-on: https://go-review.googlesource.com/24176
Reviewed-by: Rick Hudson <rlh@golang.org>
src/runtime/lfstack.go

index db54ecb05ed4a1d5c42725cc41e3c0e177207cc7..8e33ce1d09c9acdd53c9cfe409d77155120eeb5b 100644 (file)
@@ -6,7 +6,7 @@
 // Initialize head to 0, compare with 0 to test for emptiness.
 // The stack does not keep pointers to nodes,
 // so they can be garbage collected if there are no other pointers to nodes.
-// The following code runs only on g0 stack.
+// The following code runs only in non-preemptible contexts.
 
 package runtime