diff options
| -rw-r--r-- | internal/types/types.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/types/types.go b/internal/types/types.go index a662b4b..dc209ea 100644 --- a/internal/types/types.go +++ b/internal/types/types.go @@ -1,4 +1,4 @@ -// These types mirror the C types from types.bpf.h +// These types mirror the C types from internal/c/types.h package types import ( |
