Skip to content

Commit 96c980f

Browse files
committed
tidying
1 parent c19aa65 commit 96c980f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amd64/smp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ func (t *task) Write(addr uint) {
6767
// Task schedules a goroutine on a previously initialized Application Processor
6868
// (see [CPU.InitSMP]).
6969
//
70-
// On `GOOS=tamago` Go scheduler P's are never dropped, therefore the function
70+
// On `GOOS=tamago` Go scheduler M's are never dropped, therefore the function
7171
// is invoked only once per AP.
7272
func (cpu *CPU) Task(sp, mp, gp, fn unsafe.Pointer) {
7373
t := &task{

0 commit comments

Comments
 (0)