mirror of
https://github.com/golang/go
synced 2024-11-16 18:04:39 -07:00
cmd/preprofile: fix typo in comment
Signed-off-by: guoguangwu <guoguangwug@gmail.com>
This commit is contained in:
parent
48b10c9af7
commit
5a37ad7988
@ -241,7 +241,7 @@ func processProto(r io.Reader) (*Profile, error) {
|
||||
}, nil
|
||||
}
|
||||
|
||||
// processPreprof generates a profile-graph from the pre-procesed profile.
|
||||
// processPreprof generates a profile-graph from the pre-processed profile.
|
||||
func processPreprof(r io.Reader) (*Profile, error) {
|
||||
namedEdgeMap, totalWeight, err := createNamedEdgeMapFromPreprocess(r)
|
||||
if err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user