From 8fcd879a31b6137658c0a0d86d47a669a76e2ee9 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Thu, 10 Dec 2015 10:44:54 +0545 Subject: [PATCH] Comment typos The code looks good - I did not see any (obvious) problem. --- dpinger.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dpinger.c b/dpinger.c index 57c4be0..ae90e5c 100644 --- a/dpinger.c +++ b/dpinger.c @@ -269,7 +269,7 @@ ts_elapsed( // -// Send thead +// Send thread // static void * send_thread( @@ -1003,7 +1003,7 @@ main( } } - // Drop privledges + // Drop privileges r = setgid(getgid()); r = setuid(getuid());