oracle: Fix documentation references to importer package functions.

R=golang-dev, adonovan
CC=golang-dev
https://golang.org/cl/21230043
This commit is contained in:
Kamil Kisiel 2013-11-07 16:47:35 -05:00 committed by Alan Donovan
parent 0c141425f6
commit e59751ce56
1 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@ func (res *Result) Serial() *serial.Result {
// Query runs a single oracle query.
//
// args specify the main package in importer.CreatePackageFromArgs syntax.
// args specify the main package in importer.LoadInitialPackages syntax.
// mode is the query mode ("callers", etc).
// ptalog is the (optional) pointer-analysis log file.
// buildContext is the go/build configuration for locating packages.
@ -207,7 +207,7 @@ func Query(args []string, mode, pos string, ptalog io.Writer, buildContext *buil
// imp will be used to load source code for imported packages.
// It must not yet have loaded any packages.
//
// args specify the main package in importer.CreatePackageFromArgs syntax.
// args specify the main package in importer.LoadInitialPackages syntax.
//
// ptalog is the (optional) pointer-analysis log file.
// reflection determines whether to model reflection soundly (currently slow).