Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
brycekahle committed Apr 4, 2024
1 parent 1d4a90f commit 5aa2b37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/job/extract.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ type KernelExtractReply struct {
}

// Do implements the Job interface, and is called by the worker. It downloads
// the kernel package, extracts the vmlinux file, and replies with the path to
// the vmlinux file in the reply channel.
// the kernel package, extracts the vmlinux file, and replies with a KernelExtractReply
// structure containing the paths in the reply channel.
func (job *KernelExtractionJob) Do(ctx context.Context) error {
// Download the kernel package
downloadStart := time.Now()
Expand Down

0 comments on commit 5aa2b37

Please sign in to comment.