]> git.eshelyaron.com Git - emacs.git/commitdiff
Comments.
authorDave Love <fx@gnu.org>
Mon, 8 Jan 2001 19:54:40 +0000 (19:54 +0000)
committerDave Love <fx@gnu.org>
Mon, 8 Jan 2001 19:54:40 +0000 (19:54 +0000)
src/s/gnu-linux.h

index 967e4fe398c971c401618139e15b89ea24fb6ba0..7b2a6647f8482a9ca237f2c645c46d7ff42ef509 100644 (file)
@@ -89,7 +89,7 @@ Boston, MA 02111-1307, USA.  */
     sigunblock (sigmask (SIGCHLD));                    \
   }
 
-#else /* not HAVE_GRANDPT */
+#else /* not HAVE_GRANTPT */
 
 /* Letter to use in finding device name of first pty,
    if system supports pty's.  'p' means it is /dev/ptyp0  */
@@ -107,8 +107,6 @@ Boston, MA 02111-1307, USA.  */
 
 #define HAVE_PTYS
 
-/* Uncomment this later when other problems are dealt with -mkj */
-
 #define HAVE_SOCKETS
 
 /* Define this symbol if your system has the functions bcopy, etc. */