aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/debug
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/debug')
-rw-r--r--src/runtime/debug/mod.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/debug/mod.go b/src/runtime/debug/mod.go
index e3b929a977..837cd689a0 100644
--- a/src/runtime/debug/mod.go
+++ b/src/runtime/debug/mod.go
@@ -22,7 +22,7 @@ func ReadBuildInfo() (info *BuildInfo, ok bool) {
// the running binary.
type BuildInfo struct {
Path string // The main package path
- Main Module // The main module information
+ Main Module // The module containing the main package
Deps []*Module // Module dependencies
}