summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChong Yidong <cyd@gnu.org>2011-11-30 23:43:33 +0800
committerChong Yidong <cyd@gnu.org>2011-11-30 23:43:33 +0800
commit7ebc1f135efabddb991fb2fc2d6ff1a5db967639 (patch)
treec21ccd6d640a38dc013bac4e05c1e5d8ca5b43fa
parent8b69fcd74dc1162f52ca0ac5188efb4a6a2d4c6f (diff)
downloademacs-7ebc1f135efabddb991fb2fc2d6ff1a5db967639.tar.gz
Fix typo in comment.
-rw-r--r--lib-src/emacsclient.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c
index 80e86693057..0ae1f0bddea 100644
--- a/lib-src/emacsclient.c
+++ b/lib-src/emacsclient.c
@@ -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;