]> code.delx.au - gnu-emacs/blobdiff - src/process.c
Spelling fixes.
[gnu-emacs] / src / process.c
index 02eb1122a078eeea4e80e6f22a36d279b893439a..892bd9820bf03e0a814b262561a544c3df57e929 100644 (file)
@@ -3717,7 +3717,7 @@ DEFUN ("network-interface-info", Fnetwork_interface_info, Snetwork_interface_inf
        doc: /* Return information about network interface named IFNAME.
 The return value is a list (ADDR BCAST NETMASK HWADDR FLAGS),
 where ADDR is the layer 3 address, BCAST is the layer 3 broadcast address,
-NETMASK is the layer 3 network mask, HWADDR is the layer 2 addres, and
+NETMASK is the layer 3 network mask, HWADDR is the layer 2 address, and
 FLAGS is the current flags of the interface.  */)
   (Lisp_Object ifname)
 {
@@ -4625,7 +4625,11 @@ wait_reading_process_output (int time_limit, int microsecs, int read_kbd,
              if (! wait_proc)
                {
                  /* We're not waiting on a specific process, so loop
-                    through all the channels and check for data. */
+                    through all the channels and check for data.
+                    This is a workaround needed for some versions of
+                    the gnutls library -- 2.12.14 has been confirmed
+                    to need it.  See
+                    http://comments.gmane.org/gmane.emacs.devel/145074 */
                  struct Lisp_Process *proc;
                  for (channel = 0; channel < MAXDESC; ++channel)
                    {