From: Paul Eggert Date: Thu, 26 May 2005 19:30:04 +0000 (+0000) Subject: Fix typo in comment. X-Git-Tag: CPPI-1_12~729 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a662c37cd0161543a54e4d5eaa44f0b03417952;p=thirdparty%2Fcoreutils.git Fix typo in comment. --- diff --git a/src/nohup.c b/src/nohup.c index b4208fd746..864196d17b 100644 --- a/src/nohup.c +++ b/src/nohup.c @@ -176,7 +176,7 @@ main (int argc, char **argv) dup (STDOUT_FILENO); else { - /* This doesn't give you an error on older systems if you're + /* This won't give you a read error on older systems if you're root, but there's no portable way to fix this and it's not worth worrying about these days. */ open ("/", O_RDONLY);