]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Fix some typos in comments
authorFrancois-Xavier Le Bail <[email protected]>
Tue, 3 Jan 2023 12:11:22 +0000 (13:11 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Tue, 3 Jan 2023 12:11:22 +0000 (13:11 +0100)
[skip ci]

pflog.h
print-pptp.c

diff --git a/pflog.h b/pflog.h
index f5198600d51f2cc73241659f533fe7d76941405e..a629ebabf3c180ac59e9030f4fcc6e6fdc25dd39 100644 (file)
--- a/pflog.h
+++ b/pflog.h
@@ -77,7 +77,7 @@
 #endif
 
 /*
- * Action vaues.
+ * Action values.
  */
 #define PF_PASS                        0
 #define PF_DROP                        1
index 8e1b3038885a3d97bc954462c112d49f845b8772..e8e328bbe3da6e84f34ab0bb443bc80de0a72d46 100644 (file)
@@ -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 */