Commit d2f61cc6 authored by Nigel Tao's avatar Nigel Tao

cmd/link: fix comment typo.

LGTM=dsymonds
R=dsymonds
CC=golang-codereviews
https://golang.org/cl/64100045
parent ecf700b5
...@@ -379,7 +379,6 @@ func (b *SymBuffer) Addr(off int, sym goobj.SymID, symoff int64) int { ...@@ -379,7 +379,6 @@ func (b *SymBuffer) Addr(off int, sym goobj.SymID, symoff int64) int {
// A PCIter implements iteration over PC-data tables. // A PCIter implements iteration over PC-data tables.
// //
// var it PCIter // var it PCIter
// it.Init(p, data)
// for it.Init(p, data); !it.Done; it.Next() { // for it.Init(p, data); !it.Done; it.Next() {
// it.Value holds from it.PC up to (but not including) it.NextPC // it.Value holds from it.PC up to (but not including) it.NextPC
// } // }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment