Skip to content

Commit e407275

Browse files
authored
Merge pull request #1278 from camcui/main
chore: fix function names in comment
2 parents 180fcf1 + 84fc9e7 commit e407275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/sbom/sbom.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func goRef(mod *debug.Module) string {
4949
return fmt.Sprintf("pkg:golang/%s@%s?type=module", path, mod.Version)
5050
}
5151

52-
// massageGoModVersion massages the output of `go version -m` into a form that
52+
// massageGoVersionM massages the output of `go version -m` into a form that
5353
// can be consumed by ParseBuildInfo.
5454
//
5555
// `go version -m` adds a line at the beginning of its output, and tabs at the

0 commit comments

Comments
 (0)