go/buildutil: fix doc reference

Fix reference to OverlayContext in the doc for
ParseOverlayArchive.

Change-Id: I0b1db478489764fa309cb2e2f788865ac7ff71bb
Reviewed-on: https://go-review.googlesource.com/33916
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Zac Bergquist 2016-12-05 08:18:38 -07:00 committed by Brad Fitzpatrick
parent 366e27042d
commit 8462b1669f
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ func OverlayContext(orig *build.Context, overlay map[string][]byte) *build.Conte
} }
// ParseOverlayArchive parses an archive containing Go files and their // ParseOverlayArchive parses an archive containing Go files and their
// contents. The result is intended to be used with Overlay. // contents. The result is intended to be used with OverlayContext.
// //
// //
// Archive format // Archive format