summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-02-19 11:57:12 +0200
committerPaul Buetow <paul@buetow.org>2024-02-19 11:57:12 +0200
commitdb553759bbc60cf6e0ed1c1e40e7567b5838cc61 (patch)
tree3efa263c38c3d1cf419dd95c8f9ab13aac1d9b23
parent81c37a1c49b8fefd6aec62f1f53dce4965f96d34 (diff)
clarify
-rw-r--r--internal/types/types.go2
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 (