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:
parent
cf0d4994c2
commit
b3f0a5c917
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue