]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in comment.
authorChong Yidong <cyd@gnu.org>
Wed, 30 Nov 2011 15:43:33 +0000 (23:43 +0800)
committerChong Yidong <cyd@gnu.org>
Wed, 30 Nov 2011 15:43:33 +0000 (23:43 +0800)
lib-src/emacsclient.c

index 80e866930570735cb1c843d370e0eecd16ee4748..0ae1f0bddea0149c8d8d079631d8802675a089f1 100644 (file)
@@ -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;