Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CordeliaLopez committed Dec 18, 2023
1 parent 8fe7308 commit 9045f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/network/tracer/tracer.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ func newTracer(cfg *config.Config) (_ *Tracer, reterr error) {
}

// check to see if current kernel is earlier than version 4.1.0
pre410Kernel := currKernelVersio.Code < kernel.VersionCode(4, 1, 0)
pre410Kernel := currKernelVersion.Code < kernel.VersionCode(4, 1, 0)
if pre410Kernel {
log.Infof("detected kernel version %s, will use kprobes from kernel version < 4.1.0", currKernelVersion.Code)
}
Expand Down

0 comments on commit 9045f1d

Please sign in to comment.