summaryrefslogtreecommitdiff
path: root/src/nohup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nohup.c')
-rw-r--r--src/nohup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nohup.c b/src/nohup.c
index d395ca5bc..ab7e28506 100644
--- a/src/nohup.c
+++ b/src/nohup.c
@@ -39,7 +39,7 @@
/* Exit statuses. */
enum
{
- /* `nohup' itself failed. */
+ /* 'nohup' itself failed. */
POSIX_NOHUP_FAILURE = 127
};