aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
Diffstat (limited to 'executor')
-rw-r--r--executor/common_bsd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/common_bsd.h b/executor/common_bsd.h
index e09437353..6a6e3527a 100644
--- a/executor/common_bsd.h
+++ b/executor/common_bsd.h
@@ -156,7 +156,7 @@ static void initialize_tun(int tun_id)
static long syz_emit_ethernet(long a0, long a1)
{
- // syz_emit_ethernet(len len[packet], packet ptr[in, eth_packet])
+ // syz_emit_ethernet(len len[packet], packet ptr[in, array[int8]])
if (tunfd < 0)
return (uintptr_t)-1;