diff options
Diffstat (limited to 'sys/netccitt')
-rw-r--r-- | sys/netccitt/pk.h | 6 | ||||
-rw-r--r-- | sys/netccitt/pk_var.h | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/netccitt/pk.h b/sys/netccitt/pk.h index 799f4ff..833277b 100644 --- a/sys/netccitt/pk.h +++ b/sys/netccitt/pk.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)pk.h 8.1 (Berkeley) 6/10/93 - * $Id: pk.h,v 1.4 1995/05/30 08:08:57 rgrimes Exp $ + * $Id: pk.h,v 1.5 1995/11/21 12:54:10 bde Exp $ */ #ifndef _NETCCITT_PK_H_ @@ -48,7 +48,7 @@ * */ -/* Packet type identifier field defintions. */ +/* Packet type identifier field definitions. */ #define X25_CALL 11 #define X25_CALL_ACCEPTED 15 @@ -104,7 +104,7 @@ typedef char bool; /* * X.25 Packet format definitions * This will eventually have to be rewritten without reference - * to bit fields, to be ansi C compliant and allignment safe. + * to bit fields, to be ansi C compliant and alignment safe. */ typedef u_char octet; diff --git a/sys/netccitt/pk_var.h b/sys/netccitt/pk_var.h index 86b8d36..f15ac57 100644 --- a/sys/netccitt/pk_var.h +++ b/sys/netccitt/pk_var.h @@ -39,7 +39,7 @@ * SUCH DAMAGE. * * @(#)pk_var.h 8.1 (Berkeley) 6/10/93 - * $Id: pk_var.h,v 1.6 1995/07/29 11:41:27 bde Exp $ + * $Id: pk_var.h,v 1.7 1995/11/21 12:54:12 bde Exp $ */ #ifndef _NETCCITT_PK_VAR_H_ @@ -139,7 +139,7 @@ struct pkcb { * Interface address, x25 version. Exactly one of these structures is * allocated for each interface with an x25 address. * - * The ifaddr structure conatins the protocol-independent part + * The ifaddr structure contains the protocol-independent part * of the structure, and is assumed to be first. */ struct x25_ifaddr { @@ -223,7 +223,7 @@ extern struct x25bitslice x25_bitslice[]; ISOFIFTTYPE(i, IFT_FDDI))) /* - * miscellenous debugging info + * miscellaneous debugging info */ struct mbuf_cache { int mbc_size; |