Skip to content

Commit

Permalink
Update internal/pkg/instrumentation/utils/kernel.go
Browse files Browse the repository at this point in the history
Co-authored-by: Ron Federman <[email protected]>
  • Loading branch information
MrAlias and RonFed authored Sep 15, 2024
1 parent 0bbba14 commit a912bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/instrumentation/utils/kernel.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var bootTimeOffset = func() int64 {
}()

// BootOffsetToTime returns the timestamp that is nsec number of nanoseconds
// after the estimated boot time of the process.
// after the estimated boot time of the system.
func BootOffsetToTime(nsec uint64) time.Time {
if nsec > math.MaxInt64 {
nsec = math.MaxInt64
Expand Down

0 comments on commit a912bf1

Please sign in to comment.