From: Dmitriy Vyukov Date: Mon, 10 Feb 2014 17:48:43 +0000 (+0400) Subject: cmd/go: fix comment X-Git-Tag: go1.3beta1~782 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=db9fb7b9abf3e82481300eb83aa2631cd79b4d0d;p=gostls13.git cmd/go: fix comment R=r CC=golang-codereviews https://golang.org/cl/61650044 --- diff --git a/src/cmd/go/test.go b/src/cmd/go/test.go index 8e5d003031..dcba12e11c 100644 --- a/src/cmd/go/test.go +++ b/src/cmd/go/test.go @@ -168,7 +168,7 @@ control the execution of any test: Enable more precise (and expensive) memory profiles by setting runtime.MemProfileRate. See 'godoc runtime MemProfileRate'. To profile all memory allocations, use -test.memprofilerate=1 - and pass --alloc_space flag to pprof tool. + and pass --alloc_space flag to the pprof tool. -outputdir directory Place output files from profiling in the specified directory,