From 8f3c73740a30ad02a594e21a52d47aa4ae9efe91 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 5 Jan 2018 20:52:57 +0100 Subject: some preliminary work on an UDP netconsole --- src/net/ipv4.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/ipv4.h') diff --git a/src/net/ipv4.h b/src/net/ipv4.h index 95dec18..58b1136 100644 --- a/src/net/ipv4.h +++ b/src/net/ipv4.h @@ -22,7 +22,7 @@ typedef struct { typedef uint8_t network_ipv4_protocol_t; -// TODO: network order not host oder, so for now swap it +// TODO: network order not host order, so for now swap it #define NETWORK_IPV4_PROTOCOL_ICMP (network_ipv4_protocol_t)0x01 #define NETWORK_IPV4_PROTOCOL_UDP (network_ipv4_protocol_t)0x11 -- cgit v1.2.3-54-g00ecf