gopls/internal/protocol/command: fix struct field name in comment

Change-Id: I93465876c2475159bc3a0b677712a15908464668
Reviewed-on: https://go-review.googlesource.com/c/tools/+/805900
Reviewed-by: Alex Putman <aputman@golang.org>
Auto-Submit: Robert Griesemer <gri@google.com>
Commit-Queue: Robert Griesemer <gri@google.com>
LUCI-TryBot-Result: golang-scoped@luci-project-accounts.iam.gserviceaccount.com <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Robert Griesemer <gri@google.com>
diff --git a/gopls/internal/protocol/command/interface.go b/gopls/internal/protocol/command/interface.go
index 1f94728..80ece52 100644
--- a/gopls/internal/protocol/command/interface.go
+++ b/gopls/internal/protocol/command/interface.go
@@ -204,7 +204,7 @@
 	// runner.
 	StopProfile(context.Context, StopProfileArgs) (StopProfileResult, error)
 
-	// GoVulncheck: run vulncheck synchronously.
+	// Vulncheck: run vulncheck synchronously.
 	//
 	// Run vulnerability check (`govulncheck`).
 	//