summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ring.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ring.h b/ring.h
index 7590223..1074e8d 100644
--- a/ring.h
+++ b/ring.h
@@ -121,7 +121,7 @@ static inline int __get_sockopt_tpacket(int sock)
ret = getsockopt(sock, SOL_PACKET, PACKET_VERSION, &val, &len);
if (ret)
- panic("Cannot set tpacketv2!\n");
+ panic("Cannot get tpacket version!\n");
return val;
}