]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: fix comment
authorDmitriy Vyukov <dvyukov@google.com>
Mon, 10 Feb 2014 17:48:43 +0000 (21:48 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Mon, 10 Feb 2014 17:48:43 +0000 (21:48 +0400)
R=r
CC=golang-codereviews
https://golang.org/cl/61650044

src/cmd/go/test.go

index 8e5d003031ac5f2a37ba3e13ff9d26555069a4ae..dcba12e11cd9f1b89f13d68852f6d4440539e407 100644 (file)
@@ -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,