icmp6-packet: Fix typo

This commit is contained in:
Daan De Meyer
2025-05-21 10:32:15 +02:00
parent 4cb9717bdc
commit e97cd0ca9f

View File

@@ -8,7 +8,7 @@
#include "memory-util.h"
#include "time-util.h"
typedef struct ICMP6Pakcet {
typedef struct ICMP6Packet {
unsigned n_ref;
struct in6_addr sender_address;