diff options
Diffstat (limited to 'sys/netccitt/pk_var.h')
-rw-r--r-- | sys/netccitt/pk_var.h | 6 |
1 files changed, 3 insertions, 3 deletions
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; |