Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
umanwizard committed Sep 18, 2024
1 parent 362df12 commit cf9610e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interpreter/customlabels/customlabels.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func Loader(_ interpreter.EbpfHandler, info *interpreter.LoaderInfo) (interprete
// beginning is.
//
// The image is just .tdata followed by .tbss,
// but we also have to respect the alignment.
// but we also have to respect the alignment.
tbss, err := ef.Tbss()
if err != nil {
return nil, err
Expand Down

0 comments on commit cf9610e

Please sign in to comment.