From: Kim F. Storm Date: Wed, 27 Dec 2006 21:46:25 +0000 (+0000) Subject: Fix typo in comment. X-Git-Tag: emacs-pretest-22.0.93~379 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d7e344cda18655f5c0cf57c0b720edcbd9a1c0b9;p=emacs.git Fix typo in comment. --- diff --git a/src/process.c b/src/process.c index 0390d794c9e..c2ec6021ad2 100644 --- a/src/process.c +++ b/src/process.c @@ -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))) {