From 8458956a6219b6dbd97b0e9e97caf742f3c6342e Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Sat, 10 Jun 2017 13:08:36 -0400 Subject: Correct an outdated comment in stdlib/errno.h. --- stdlib/errno.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdlib') diff --git a/stdlib/errno.h b/stdlib/errno.h index 65f2f45..c42514b 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 */ -- cgit v1.1