Skip to content

Commit 2d1136b

Browse files
committed
Fixing copy/paste problem
1 parent b3bcc7c commit 2d1136b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/analysis/passes/initflagparse/initflagparse.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// license that can be found in the LICENSE file.
44

55
// Package initflagparse defines an Analyzer that checks for invalid
6-
// conversions of uintptr to unsafe.Pointer.
6+
// usages of flag.Parse during package initialization
77
package initflagparse
88

99
import (

0 commit comments

Comments
 (0)