We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c19aa65 commit 96c980fCopy full SHA for 96c980f
amd64/smp.go
@@ -67,7 +67,7 @@ func (t *task) Write(addr uint) {
67
// Task schedules a goroutine on a previously initialized Application Processor
68
// (see [CPU.InitSMP]).
69
//
70
-// On `GOOS=tamago` Go scheduler P's are never dropped, therefore the function
+// On `GOOS=tamago` Go scheduler M's are never dropped, therefore the function
71
// is invoked only once per AP.
72
func (cpu *CPU) Task(sp, mp, gp, fn unsafe.Pointer) {
73
t := &task{
0 commit comments