]> The Tcpdump Group git mirrors - libpcap/blobdiff - pcap-dag.c
Update config.{guess,sub}, timestamps 2023-01-01,2023-01-21
[libpcap] / pcap-dag.c
index 8be9d89284f46f40cdf27e0e9ad3fd432c85cdd4..f261ead00df8a0c3bdcbe47206d03b180b883f94 100644 (file)
@@ -736,7 +736,7 @@ dag_inject(pcap_t *p, const void *buf _U_, int size _U_)
  *  API polling parameters.
  *
  *  snaplen is now also ignored, until we get per-stream slen support. Set
- *  slen with approprite DAG tool BEFORE pcap_activate().
+ *  slen with appropriate DAG tool BEFORE pcap_activate().
  *
  *  See also pcap(3).
  */
@@ -796,7 +796,7 @@ static int dag_activate(pcap_t* p)
                if (errno == ENOENT) {
                        /*
                         * There's nothing more to say, so clear
-                        * the error mesage.
+                        * the error message.
                         */
                        ret = PCAP_ERROR_NO_SUCH_DEVICE;
                        p->errbuf[0] = '\0';