diff options
-rw-r--r-- | sys/arch/amd64/amd64/rbus_machdep.c | 4 | ||||
-rw-r--r-- | sys/arch/i386/i386/rbus_machdep.c | 4 | ||||
-rw-r--r-- | sys/arch/m68k/fpsp/x_unfl.sa | 4 | ||||
-rw-r--r-- | sys/dev/pci/if_san_front_end.h | 4 | ||||
-rw-r--r-- | sys/dev/pci/if_san_xilinx.c | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/sys/arch/amd64/amd64/rbus_machdep.c b/sys/arch/amd64/amd64/rbus_machdep.c index 12150a28089..8c442904545 100644 --- a/sys/arch/amd64/amd64/rbus_machdep.c +++ b/sys/arch/amd64/amd64/rbus_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rbus_machdep.c,v 1.3 2007/05/31 23:35:46 tedu Exp $ */ +/* $OpenBSD: rbus_machdep.c,v 1.4 2007/09/12 13:56:40 chl Exp $ */ /* $NetBSD: rbus_machdep.c,v 1.2 1999/10/15 06:43:06 haya Exp $ */ /* @@ -79,7 +79,7 @@ rbus_pccbb_parent_mem(struct device *self, struct pci_attach_args *pa) start = ex->ex_start; /* XXX: unfortunately, iomem_ex cannot be used for the - * dynamic bus_space allocatoin. There are some + * dynamic bus_space allocation. There are some * hidden memory (or some obstacles which do not * recognised by the kernel) in the region governed by * iomem_ex. So I decide to use only very high diff --git a/sys/arch/i386/i386/rbus_machdep.c b/sys/arch/i386/i386/rbus_machdep.c index 392151fa998..cda112998f8 100644 --- a/sys/arch/i386/i386/rbus_machdep.c +++ b/sys/arch/i386/i386/rbus_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rbus_machdep.c,v 1.19 2007/09/01 15:14:44 martin Exp $ */ +/* $OpenBSD: rbus_machdep.c,v 1.20 2007/09/12 13:56:40 chl Exp $ */ /* $NetBSD: rbus_machdep.c,v 1.2 1999/10/15 06:43:06 haya Exp $ */ /* @@ -80,7 +80,7 @@ rbus_pccbb_parent_mem(struct device *self, struct pci_attach_args *pa) start = ex->ex_start; /* XXX: unfortunately, iomem_ex cannot be used for the - * dynamic bus_space allocatoin. There are some + * dynamic bus_space allocation. There are some * hidden memory (or some obstacles which do not * recognised by the kernel) in the region governed by * iomem_ex. So I decide to use only very high diff --git a/sys/arch/m68k/fpsp/x_unfl.sa b/sys/arch/m68k/fpsp/x_unfl.sa index 62d50982ced..90823298db2 100644 --- a/sys/arch/m68k/fpsp/x_unfl.sa +++ b/sys/arch/m68k/fpsp/x_unfl.sa @@ -1,4 +1,4 @@ -* $OpenBSD: x_unfl.sa,v 1.3 2001/09/20 17:02:30 mpech Exp $ +* $OpenBSD: x_unfl.sa,v 1.4 2007/09/12 13:56:40 chl Exp $ * $NetBSD: x_unfl.sa,v 1.3 1994/10/26 07:50:30 cgd Exp $ * MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP @@ -42,7 +42,7 @@ * by taking the intermediate result (which is always normalized) and * shifting the mantissa right while incrementing the exponent until * it is equal to the denormalized exponent for the destination -* format. After denormalizatoin, the result is rounded to the +* format. After denormalization, the result is rounded to the * destination format. * * Trap enabled results diff --git a/sys/dev/pci/if_san_front_end.h b/sys/dev/pci/if_san_front_end.h index e4b1c9f9015..920a560a1d3 100644 --- a/sys/dev/pci/if_san_front_end.h +++ b/sys/dev/pci/if_san_front_end.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_san_front_end.h,v 1.4 2004/12/07 06:10:24 mcbride Exp $ */ +/* $OpenBSD: if_san_front_end.h,v 1.5 2007/09/12 13:56:40 chl Exp $ */ /*- * Copyright (c) 2001-2004 Sangoma Technologies (SAN) @@ -64,7 +64,7 @@ #define A105_ADPTR_1_CHN_T3E3 0x0082 /* 1 Channel T3/E3 */ #define OPERATE_T1E1_AS_SERIAL 0x8000 /* For bitstreaming only - * Allow the applicatoin to + * Allow the application to * E1 front end */ #define SDLA_ADPTR_DECODE(adapter_type) \ diff --git a/sys/dev/pci/if_san_xilinx.c b/sys/dev/pci/if_san_xilinx.c index b63e29d4f28..7c85bf0f1ed 100644 --- a/sys/dev/pci/if_san_xilinx.c +++ b/sys/dev/pci/if_san_xilinx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_san_xilinx.c,v 1.18 2006/04/20 20:31:12 miod Exp $ */ +/* $OpenBSD: if_san_xilinx.c,v 1.19 2007/09/12 13:56:40 chl Exp $ */ /*- * Copyright (c) 2001-2004 Sangoma Technologies (SAN) @@ -1066,7 +1066,7 @@ xilinx_chip_configure(sdla_t *card) card->devname); if (sdla_te_config(card)) { - log(LOG_INFO, "%s: Failed %s configuratoin!\n", card->devname, + log(LOG_INFO, "%s: Failed %s configuration!\n", card->devname, IS_T1(&card->fe_te.te_cfg)?"T1":"E1"); return (EINVAL); } |