summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2023-01-03 13:11:22 +0100
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2023-01-03 13:11:22 +0100
commit85f876ba892c45ff3df5c80abf19afcc5dc8312f (patch)
tree10f64e62fe90980d40861a4f83fd040c58f78e80
parent3a348eca7bf032bc23d6bd13202267445dca84a9 (diff)
downloadtcpdump-85f876ba892c45ff3df5c80abf19afcc5dc8312f.tar.gz
Fix some typos in comments
[skip ci]
-rw-r--r--pflog.h2
-rw-r--r--print-pptp.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/pflog.h b/pflog.h
index f5198600..a629ebab 100644
--- a/pflog.h
+++ b/pflog.h
@@ -77,7 +77,7 @@
#endif
/*
- * Action vaues.
+ * Action values.
*/
#define PF_PASS 0
#define PF_DROP 1
diff --git a/print-pptp.c b/print-pptp.c
index 8e1b3038..e8e328bb 100644
--- a/print-pptp.c
+++ b/print-pptp.c
@@ -55,7 +55,7 @@
#define PPTP_CTRL_MSG_TYPE_WEN 14
#define PPTP_CTRL_MSG_TYPE_SLI 15
-#define PPTP_FRAMING_CAP_ASYNC_MASK 0x00000001 /* Aynchronous */
+#define PPTP_FRAMING_CAP_ASYNC_MASK 0x00000001 /* Asynchronous */
#define PPTP_FRAMING_CAP_SYNC_MASK 0x00000002 /* Synchronous */
#define PPTP_BEARER_CAP_ANALOG_MASK 0x00000001 /* Analog */