go/analysis: fix package doc copy-paste typo

Change-Id: I17495106c76bbf270f621abe2eca367ed818a79b
Reviewed-on: https://go-review.googlesource.com/c/156500
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Daniel Martí 2019-01-07 16:24:50 +01:00
parent d345f29b0d
commit e063def13b
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// The nilness command applies the golang.org/x/tools/go/analysis/passes/lostcancel // The lostcancel command applies the golang.org/x/tools/go/analysis/passes/lostcancel
// analysis to the specified packages of Go source code. // analysis to the specified packages of Go source code.
package main package main