Fix typo in comment.
This commit is contained in:
parent
8b69fcd74d
commit
7ebc1f135e
1 changed files with 1 additions and 1 deletions
|
@ -1637,7 +1637,7 @@ main (int argc, char **argv)
|
|||
{
|
||||
#ifndef WINDOWSNT
|
||||
/* This is defined in stdlib.h on MS-Windows. It's defined in
|
||||
unisted.h on some POSIX hosts, but not all (Bug#10155). */
|
||||
unistd.h on some POSIX hosts, but not all (Bug#10155). */
|
||||
extern char **environ;
|
||||
#endif
|
||||
int i;
|
||||
|
|
Loading…
Add table
Reference in a new issue