summaryrefslogtreecommitdiff
path: root/src/net/ipv4.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/ipv4.h')
-rw-r--r--src/net/ipv4.h2
1 files changed, 1 insertions, 1 deletions
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