]> The Tcpdump Group git mirrors - libpcap/blobdiff - optimize.c
Fix some typos
[libpcap] / optimize.c
index 0265402c08b50f8737b0c1b0cdc010d7c6501787..0ad0c4163bb09e3a14f1cca50e79bbcd55fa1afa 100644 (file)
@@ -2610,7 +2610,7 @@ opt_init(opt_state_t *opt_state, struct icode *ic)
        }
 
        /*
-        * Make sure the total memory required for both of them dosn't
+        * Make sure the total memory required for both of them doesn't
         * overflow.
         */
        if (block_memsize > SIZE_MAX - edge_memsize) {