Skip to content

Commit

Permalink
fix minor contradiction in comments
Browse files Browse the repository at this point in the history
as addressed in discussion #1329

Signed-off-by: Christian Hörtnagl <christian2@univie.ac.at>
  • Loading branch information
christian-2 authored and lmb committed Feb 14, 2024
1 parent 644fc57 commit b0728bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prog.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ type ProgramOptions struct {
// verifier output enabled. Upon error, the program load will be repeated
// with LogLevelBranch and the given (or default) LogSize value.
//
// Setting this to a non-zero value will unconditionally enable the verifier
// Unless LogDisabled is set, setting this to a non-zero value will enable the verifier
// log, populating the [ebpf.Program.VerifierLog] field on successful loads
// and including detailed verifier errors if the program is rejected. This
// will always allocate an output buffer, but will result in only a single
Expand Down

0 comments on commit b0728bc

Please sign in to comment.