aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/runtime/lfstack.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/lfstack.go b/src/runtime/lfstack.go
index db54ecb05e..8e33ce1d09 100644
--- a/src/runtime/lfstack.go
+++ b/src/runtime/lfstack.go
@@ -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