]> arthur.barton.de Git - netdata.git/commitdiff
updated comment
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Tue, 27 Sep 2016 20:33:13 +0000 (23:33 +0300)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Tue, 27 Sep 2016 20:33:13 +0000 (23:33 +0300)
src/popen.c

index 6bae57c5e9115597bacb0dca02efdd00db1213ba..ad8d7596f5ea9383ea3584e9f9f57e71ab101fa8 100644 (file)
@@ -150,7 +150,7 @@ int mypclose(FILE *fp, pid_t pid) {
 
     // close the pipe fd
     // this is required in musl
-    // without the childs do not exit
+    // without it the childs do not exit
     close(fileno(fp));
 
     // close the pipe file pointer