internal/lsp: minor comment fix

Change-Id: I6603375beac4e321dd45f99e90d7eddbae4c6c4b
Reviewed-on: https://go-review.googlesource.com/c/tools/+/170717
Run-TryBot: Ian Cottrell <iancottrell@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
diff --git a/internal/lsp/cmd/check.go b/internal/lsp/cmd/check.go
index dbc21c6..f4e29aa 100644
--- a/internal/lsp/cmd/check.go
+++ b/internal/lsp/cmd/check.go
@@ -15,7 +15,7 @@
 	"golang.org/x/tools/internal/span"
 )
 
-// definition implements the definition noun for the query command.
+// check implements the check verb for gopls.
 type check struct {
 	app *Application
 }