diff options
| author | Paul Eggert | 2011-11-24 23:14:48 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-11-24 23:14:48 -0800 |
| commit | e4920bc99dfcee02c3bb83b46a761b0893f76626 (patch) | |
| tree | a6165f7a6c45f0b4924bad97b21ab179d3e7707e /src/process.c | |
| parent | fa4fdb5ca559f8aae4137f8d3b974c14c760360d (diff) | |
| download | emacs-e4920bc99dfcee02c3bb83b46a761b0893f76626.tar.gz emacs-e4920bc99dfcee02c3bb83b46a761b0893f76626.zip | |
Spelling fixes.
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c index a02ba44ae71..892bd9820bf 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -3717,7 +3717,7 @@ DEFUN ("network-interface-info", Fnetwork_interface_info, Snetwork_interface_inf | |||
| 3717 | doc: /* Return information about network interface named IFNAME. | 3717 | doc: /* Return information about network interface named IFNAME. |
| 3718 | The return value is a list (ADDR BCAST NETMASK HWADDR FLAGS), | 3718 | The return value is a list (ADDR BCAST NETMASK HWADDR FLAGS), |
| 3719 | where ADDR is the layer 3 address, BCAST is the layer 3 broadcast address, | 3719 | where ADDR is the layer 3 address, BCAST is the layer 3 broadcast address, |
| 3720 | NETMASK is the layer 3 network mask, HWADDR is the layer 2 addres, and | 3720 | NETMASK is the layer 3 network mask, HWADDR is the layer 2 address, and |
| 3721 | FLAGS is the current flags of the interface. */) | 3721 | FLAGS is the current flags of the interface. */) |
| 3722 | (Lisp_Object ifname) | 3722 | (Lisp_Object ifname) |
| 3723 | { | 3723 | { |