about summary refs log tree commit diff
path: root/Src/builtin.c
diff options
context:
space:
mode:
Diffstat (limited to 'Src/builtin.c')
-rw-r--r--Src/builtin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/builtin.c b/Src/builtin.c
index 7bf4281da..00b5d5c50 100644
--- a/Src/builtin.c
+++ b/Src/builtin.c
@@ -5807,7 +5807,7 @@ zexit(int val, int from_where)
 	    return;
 	}
     }
-    /* Positive in_exit means we have been here before */
+    /* Positive shell_exiting means we have been here before */
     if (from_where == 2 || (shell_exiting++ && from_where))
 	return;