1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 07:27:45 +00:00

LibC: Fix typo in comment

This commit is contained in:
Ben Wiederhake 2021-02-14 18:01:35 +01:00 committed by Andreas Kling
parent cf0d4994c2
commit b3f0a5c917

View file

@ -50,7 +50,7 @@ struct icmphdr {
#define ICMP_SOURCE_QUENCH 4 // Source Quench
#define ICMP_REDIRECT 5 // Redirect
#define ICMP_ECHO 8 // Echo Request
#define ICMP_TIME_EXCEEDED 11 // Time Rxceeded
#define ICMP_TIME_EXCEEDED 11 // Time Exceeded
#define ICMP_PARAMETERPROB 12 // Parameter Problem
#define ICMP_TIMESTAMP 13 // Timestamp Request
#define ICMP_TIMESTAMPREPLY 14 // Timestamp Reply