1
0
mirror of https://github.com/golang/go synced 2024-11-22 04:44:39 -07:00

cmd/5g, cmd/6g, cmd/8g: fix comment

Keeping the string "compactframe" because that's what
I always search for to find this code. But point to the real place too.

TBR=iant
CC=golang-dev
https://golang.org/cl/10676047
This commit is contained in:
Russ Cox 2013-06-28 12:06:25 -07:00
parent 4b536a550f
commit 0713293374
3 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ markautoused(Prog* p)
}
}
// Fixup instructions after compactframe has moved all autos around.
// Fixup instructions after allocauto (formerly compactframe) has moved all autos around.
void
fixautoused(Prog* p)
{

View File

@ -36,7 +36,7 @@ markautoused(Prog* p)
}
}
// Fixup instructions after compactframe has moved all autos around.
// Fixup instructions after allocauto (formerly compactframe) has moved all autos around.
void
fixautoused(Prog *p)
{

View File

@ -38,7 +38,7 @@ markautoused(Prog* p)
}
}
// Fixup instructions after compactframe has moved all autos around.
// Fixup instructions after allocauto (formerly compactframe) has moved all autos around.
void
fixautoused(Prog* p)
{