]> The Tcpdump Group git mirrors - libpcap/commitdiff
Fix a typo
authorFrancois-Xavier Le Bail <[email protected]>
Tue, 16 Aug 2022 17:51:59 +0000 (19:51 +0200)
committerGuy Harris <[email protected]>
Sun, 28 Aug 2022 00:39:22 +0000 (17:39 -0700)
[skip ci]

(cherry picked from commit 7b09a20f631248af525b2122870a530152b9bdfd)

rpcapd/rpcapd.c

index bf52891885dc00c9bb4f89704259eeeb18b6e30e..4c1b74549a45e953e5de9560707577589cb349ba 100644 (file)
@@ -504,7 +504,7 @@ int main(int argc, char *argv[])
 
                // LINUX WARNING: the current linux implementation of pthreads requires a management thread
                // to handle some hidden stuff. So, as soon as you create the first thread, two threads are
 
                // LINUX WARNING: the current linux implementation of pthreads requires a management thread
                // to handle some hidden stuff. So, as soon as you create the first thread, two threads are
-               // created. Fom this point on, the number of threads active are always one more compared
+               // created. From this point on, the number of threads active are always one more compared
                // to the number you're expecting
 
                // Second child continues
                // to the number you're expecting
 
                // Second child continues