changeset 74946:9321ec6bc5db

Fix typo in comment.
author Kim F. Storm <storm@cua.dk>
date Wed, 27 Dec 2006 21:46:25 +0000
parents 9bce1c5ffabd
children 357bd3ca981a
files src/process.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/process.c	Wed Dec 27 21:34:38 2006 +0000
+++ b/src/process.c	Wed Dec 27 21:46:25 2006 +0000
@@ -2900,7 +2900,7 @@
   /* 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)))
     {