Skip to content

Commit

Permalink
chore: fix function names in comment
Browse files Browse the repository at this point in the history
Signed-off-by: camcui <[email protected]>
  • Loading branch information
camcui committed Apr 12, 2024
1 parent 5d0bab7 commit 84fc9e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/sbom/sbom.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func goRef(mod *debug.Module) string {
return fmt.Sprintf("pkg:golang/%s@%s?type=module", path, mod.Version)
}

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

0 comments on commit 84fc9e7

Please sign in to comment.