Skip to content

Commit c20547a

Browse files
committed
Avoid some typo reports in comments
[skip ci]
1 parent d958106 commit c20547a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

print-isakmp.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ struct isakmp {
113113
#define ISAKMP_FLAG_extra 0x04
114114

115115
/* IKEv2 */
116-
#define ISAKMP_FLAG_I (1 << 3) /* (I)nitiator */
117-
#define ISAKMP_FLAG_V (1 << 4) /* (V)ersion */
118-
#define ISAKMP_FLAG_R (1 << 5) /* (R)esponse */
116+
#define ISAKMP_FLAG_I (1 << 3) /* Initiator */
117+
#define ISAKMP_FLAG_V (1 << 4) /* Version */
118+
#define ISAKMP_FLAG_R (1 << 5) /* Response */
119119

120120

121121
/* 3.2 Payload Generic Header

0 commit comments

Comments
 (0)