diff options
| author | Chong Yidong | 2011-11-30 23:43:33 +0800 |
|---|---|---|
| committer | Chong Yidong | 2011-11-30 23:43:33 +0800 |
| commit | 7ebc1f135efabddb991fb2fc2d6ff1a5db967639 (patch) | |
| tree | c21ccd6d640a38dc013bac4e05c1e5d8ca5b43fa | |
| parent | 8b69fcd74dc1162f52ca0ac5188efb4a6a2d4c6f (diff) | |
| download | emacs-7ebc1f135efabddb991fb2fc2d6ff1a5db967639.tar.gz emacs-7ebc1f135efabddb991fb2fc2d6ff1a5db967639.zip | |
Fix typo in comment.
| -rw-r--r-- | lib-src/emacsclient.c | 2 |
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) | |||
| 1637 | { | 1637 | { |
| 1638 | #ifndef WINDOWSNT | 1638 | #ifndef WINDOWSNT |
| 1639 | /* This is defined in stdlib.h on MS-Windows. It's defined in | 1639 | /* This is defined in stdlib.h on MS-Windows. It's defined in |
| 1640 | unisted.h on some POSIX hosts, but not all (Bug#10155). */ | 1640 | unistd.h on some POSIX hosts, but not all (Bug#10155). */ |
| 1641 | extern char **environ; | 1641 | extern char **environ; |
| 1642 | #endif | 1642 | #endif |
| 1643 | int i; | 1643 | int i; |