aboutsummaryrefslogtreecommitdiff
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:13:32 +0100
commit371be74352c044a4d4fa8372ef20d6ae52395c84 (patch)
tree963e30f3e0da5a789564e6ed1956b600cfb33a84
parent5314016597bee6fa03491da03d475a75782f719c (diff)
downloadtcpdump-371be74352c044a4d4fa8372ef20d6ae52395c84.tar.gz
Fix some typos in comments
(cherry picked from commit 85f876ba892c45ff3df5c80abf19afcc5dc8312f) [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 */