src: fix typo in #endif comment

PR-URL: https://github.com/nodejs/node/pull/8989
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Brian White <mscdex@mscdex.net>
This commit is contained in:
Juan Andres Andrango 2016-10-09 14:07:01 +02:00 committed by James M Snell
parent c7bc9bcfbf
commit 13a204e5c3

View File

@ -17,7 +17,7 @@
# include <unistd.h> // gethostname, sysconf
# include <sys/param.h> // MAXHOSTNAMELEN on Linux and the BSDs.
# include <sys/utsname.h>
#endif // __MINGW32__
#endif // __POSIX__
// Add Windows fallback.
#ifndef MAXHOSTNAMELEN