Fix typo in comment.
authorKim F. Storm <storm@cua.dk>
Wed, 27 Dec 2006 21:46:25 +0000 (21:46 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 27 Dec 2006 21:46:25 +0000 (21:46 +0000)
src/process.c

index 0390d79..c2ec602 100644 (file)
@@ -2900,7 +2900,7 @@ usage: (make-network-process &rest ARGS)  */)
   /* Make QCaddress an alias for :local (server) or :remote (client).  */
   QCaddress = is_server ? QClocal : QCremote;
 
-  /* :wait BOOL */
+  /* :nowait BOOL */
   if (!is_server && socktype == SOCK_STREAM
       && (tem = Fplist_get (contact, QCnowait), !NILP (tem)))
     {