summaryrefslogtreecommitdiff
path: root/admin/notes/exit-value
diff options
context:
space:
mode:
Diffstat (limited to 'admin/notes/exit-value')
-rw-r--r--admin/notes/exit-value2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/notes/exit-value b/admin/notes/exit-value
index e59bb614b9..cad6862c8a 100644
--- a/admin/notes/exit-value
+++ b/admin/notes/exit-value
@@ -10,7 +10,7 @@ different dispatch model that is not explained further here).
From the point of view of the program, nowadays stdlib.h on both type of
systems provides macros `EXIT_SUCCESS' and `EXIT_FAILURE' that should DTRT.
-NB: The numerical values of these macros DO NOT need to fulfill the the exit
+NB: The numerical values of these macros DO NOT need to fulfill the exit
value requirements outlined in the first paragraph! That is the job of the
`exit' function. Thus, this kind of construct shows misunderstanding: