]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix compilation error.
authorNick Roberts <nickrob@snap.net.nz>
Thu, 5 Aug 2010 05:18:55 +0000 (17:18 +1200)
committerNick Roberts <nickrob@snap.net.nz>
Thu, 5 Aug 2010 05:18:55 +0000 (17:18 +1200)
src/sysdep.c

index 1b2c9324528a1dbb245d9b72ff41e2d16f83d29b..d8ae46f19bea73cbb14a9d49978c772cdacc6fdf 100644 (file)
@@ -522,7 +522,7 @@ child_setup_tty (int out)
 
   s.main.c_lflag |= ICANON;    /* Enable line editing and eof processing */
   s.main.c_cc[VEOF] = 'D'&037; /* Control-D */
-#ifdef 0           /* These settins only apply to non-ICANON mode. */
+#if 0      /* These settings only apply to non-ICANON mode. */
   s.main.c_cc[VMIN] = 1;
   s.main.c_cc[VTIME] = 0;
 #endif