diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-05-26 19:30:04 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-05-26 19:30:04 +0000 |
commit | 3a662c37cd0161543a54e4d5eaa44f0b03417952 (patch) | |
tree | 8f10813b013e17ac9176f08b06be95567e6ef29b /src/nohup.c | |
parent | 8597e1fd2d4014aa8fe7c1848a48cba455eb8070 (diff) | |
download | coreutils-3a662c37cd0161543a54e4d5eaa44f0b03417952.tar.xz |
Fix typo in comment.
Diffstat (limited to 'src/nohup.c')
-rw-r--r-- | src/nohup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nohup.c b/src/nohup.c index b4208fd74..864196d17 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); |