From 6e29264c4f0ec543e4fb305d013e2efcf03b71d9 Mon Sep 17 00:00:00 2001 From: Josh Bleecher Snyder Date: Mon, 10 Apr 2017 07:05:03 -0700 Subject: [PATCH] cmd/compilebench: fix package name in comment Change-Id: Ie5c413fc9f13cf029d8d8a6cae5754838c834395 Reviewed-on: https://go-review.googlesource.com/40170 Reviewed-by: Brad Fitzpatrick --- cmd/compilebench/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/compilebench/main.go b/cmd/compilebench/main.go index 3072a11700..8a2e73f084 100644 --- a/cmd/compilebench/main.go +++ b/cmd/compilebench/main.go @@ -9,7 +9,7 @@ // compilebench [options] // // It times the compilation of various packages and prints results in -// the format used by package testing (and expected by rsc.io/benchstat). +// the format used by package testing (and expected by golang.org/x/perf/cmd/benchstat). // // The options are: //