diff options
Diffstat (limited to 'src/internal/goroot')
| -rw-r--r-- | src/internal/goroot/gc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/goroot/gc.go b/src/internal/goroot/gc.go index 6b37dfa4c7..133d076391 100644 --- a/src/internal/goroot/gc.go +++ b/src/internal/goroot/gc.go @@ -37,7 +37,7 @@ func IsStandardPackage(goroot, compiler, path string) bool { } } -// gccgoSearch holds the gccgo search directories. +// gccgoDirs holds the gccgo search directories. type gccgoDirs struct { once sync.Once dirs []string |
