aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common_linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'executor/common_linux.h')
-rw-r--r--executor/common_linux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/executor/common_linux.h b/executor/common_linux.h
index a2b09353e..1411fe8e2 100644
--- a/executor/common_linux.h
+++ b/executor/common_linux.h
@@ -452,8 +452,8 @@ static uintptr_t syz_emit_ethernet(uintptr_t a0, uintptr_t a1, uintptr_t a2)
// syz_emit_ethernet(len len[packet], packet ptr[in, eth_packet], frags ptr[in, vnet_fragmentation, opt])
// vnet_fragmentation {
// full int32[0:1]
- // count len[frags, int32]
- // frags array[int32[0:4096], 1:4]
+ // count int32[1:4]
+ // frags array[int32[0:4096], 4]
// }
if (tunfd < 0)
return (uintptr_t)-1;