From e81d36e137aa217dc6cdfa012c23f37d00e180a6 Mon Sep 17 00:00:00 2001 From: INADA Naoki Date: Fri, 10 Jul 2015 07:27:05 +0900 Subject: [PATCH] refactor/rename: fix command name in comment Change-Id: I7a74c07b104cf1d1adb4536522ff2341d24ebd82 Reviewed-on: https://go-review.googlesource.com/12010 Reviewed-by: Ian Lance Taylor --- refactor/rename/mvpkg.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/refactor/rename/mvpkg.go b/refactor/rename/mvpkg.go index 9cc743d6dd..bcdbf8bdd7 100644 --- a/refactor/rename/mvpkg.go +++ b/refactor/rename/mvpkg.go @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style // licence that can be found in the LICENSE file. -// This file contains the implementation of the 'gomovepkg' command -// whose main function is in golang.org/x/tools/cmd/gomovepkg. +// This file contains the implementation of the 'gomvpkg' command +// whose main function is in golang.org/x/tools/cmd/gomvpkg. package rename