diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1996-01-30 23:02:38 +0000 |
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1996-01-30 23:02:38 +0000 |
| commit | 6c5e9bbdf5bb93639ae4899ddef635fe2ecbdd49 (patch) | |
| tree | d5a8ea90ac641a456fff5afceb0a72173a7abe6e /sys/netipx/ipx.h | |
| parent | 09b5920411b857421036b7143f6cf39b5e264961 (diff) | |
Notes
Diffstat (limited to 'sys/netipx/ipx.h')
| -rw-r--r-- | sys/netipx/ipx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netipx/ipx.h b/sys/netipx/ipx.h index 83fa01470a62..b0b5b64efb71 100644 --- a/sys/netipx/ipx.h +++ b/sys/netipx/ipx.h @@ -33,7 +33,7 @@ * * @(#)ipx.h * - * $Id: ipx.h,v 1.5 1995/11/24 12:25:02 bde Exp $ + * $Id: ipx.h,v 1.6 1995/12/16 02:14:31 bde Exp $ */ #ifndef _NETIPX_IPX_H_ @@ -132,7 +132,7 @@ struct sockaddr_ipx { struct ipx { u_short ipx_sum; /* Checksum */ u_short ipx_len; /* Length, in bytes, including header */ - u_char ipx_tc; /* Transport Crontrol (i.e. hop count) */ + u_char ipx_tc; /* Transport Control (i.e. hop count) */ u_char ipx_pt; /* Packet Type (i.e. level 2 protocol) */ struct ipx_addr ipx_dna; /* Destination Network Address */ struct ipx_addr ipx_sna; /* Source Network Address */ |
