Skip to content

Commit b0728bc

Browse files
christian-2lmb
authored andcommitted
fix minor contradiction in comments
as addressed in discussion #1329 Signed-off-by: Christian Hörtnagl <[email protected]>
1 parent 644fc57 commit b0728bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prog.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ type ProgramOptions struct {
5353
// verifier output enabled. Upon error, the program load will be repeated
5454
// with LogLevelBranch and the given (or default) LogSize value.
5555
//
56-
// Setting this to a non-zero value will unconditionally enable the verifier
56+
// Unless LogDisabled is set, setting this to a non-zero value will enable the verifier
5757
// log, populating the [ebpf.Program.VerifierLog] field on successful loads
5858
// and including detailed verifier errors if the program is rejected. This
5959
// will always allocate an output buffer, but will result in only a single

0 commit comments

Comments
 (0)