about summary refs log tree commit diff
path: root/stdlib/errno.h
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/errno.h')
-rw-r--r--stdlib/errno.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/errno.h b/stdlib/errno.h
index 65f2f4570c..c42514b448 100644
--- a/stdlib/errno.h
+++ b/stdlib/errno.h
@@ -50,7 +50,7 @@ extern int errno;
 
 /* The full and simple forms of the name with which the program was
    invoked.  These variables are set up automatically at startup based on
-   the value of ARGV[0] (this works only if you use GNU ld).  */
+   the value of argv[0].  */
 extern char *program_invocation_name, *program_invocation_short_name;
 #endif /* __USE_GNU */
 #endif /* _ERRNO_H */