From: Francois-Xavier Le Bail Date: Tue, 8 Oct 2024 14:31:03 +0000 (+0200) Subject: Avoid some typo reports in comments X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/c20547acdacc5a3c31b834c73f00dba895256444 Avoid some typo reports in comments [skip ci] --- diff --git a/print-isakmp.c b/print-isakmp.c index 25b538ab..3a2aa6f9 100644 --- a/print-isakmp.c +++ b/print-isakmp.c @@ -113,9 +113,9 @@ struct isakmp { #define ISAKMP_FLAG_extra 0x04 /* IKEv2 */ -#define ISAKMP_FLAG_I (1 << 3) /* (I)nitiator */ -#define ISAKMP_FLAG_V (1 << 4) /* (V)ersion */ -#define ISAKMP_FLAG_R (1 << 5) /* (R)esponse */ +#define ISAKMP_FLAG_I (1 << 3) /* Initiator */ +#define ISAKMP_FLAG_V (1 << 4) /* Version */ +#define ISAKMP_FLAG_R (1 << 5) /* Response */ /* 3.2 Payload Generic Header