summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/advansys/advansys.c2
-rw-r--r--sys/dev/aha/aha.c2
-rw-r--r--sys/dev/ahb/ahb.c2
-rw-r--r--sys/dev/aic7xxx/aic7xxx.c2
-rw-r--r--sys/dev/buslogic/bt.c2
-rw-r--r--sys/gnu/ext2fs/ext2_inode.c2
-rw-r--r--sys/gnu/fs/ext2fs/ext2_inode.c2
-rw-r--r--sys/i386/isa/istallion.c4
-rw-r--r--sys/i386/isa/stallion.c2
9 files changed, 10 insertions, 10 deletions
diff --git a/sys/dev/advansys/advansys.c b/sys/dev/advansys/advansys.c
index 2ac03f2..066a21c 100644
--- a/sys/dev/advansys/advansys.c
+++ b/sys/dev/advansys/advansys.c
@@ -1308,7 +1308,7 @@ adv_attach(adv)
/*
* Create our DMA tags. These tags define the kinds of device
- * accessable memory allocations and memory mappings we will
+ * accessible memory allocations and memory mappings we will
* need to perform during normal operation.
*
* Unless we need to further restrict the allocation, we rely
diff --git a/sys/dev/aha/aha.c b/sys/dev/aha/aha.c
index bce9630..afb7188 100644
--- a/sys/dev/aha/aha.c
+++ b/sys/dev/aha/aha.c
@@ -503,7 +503,7 @@ aha_init(struct aha_softc* aha)
/*
* Create our DMA tags. These tags define the kinds of device
- * accessable memory allocations and memory mappings we will
+ * accessible memory allocations and memory mappings we will
* need to perform during normal operation.
*
* Unless we need to further restrict the allocation, we rely
diff --git a/sys/dev/ahb/ahb.c b/sys/dev/ahb/ahb.c
index 3ee5149..d9474bc 100644
--- a/sys/dev/ahb/ahb.c
+++ b/sys/dev/ahb/ahb.c
@@ -292,7 +292,7 @@ ahbattach(device_t dev)
/*
* Create our DMA tags. These tags define the kinds of device
- * accessable memory allocations and memory mappings we will
+ * accessible memory allocations and memory mappings we will
* need to perform during normal operation.
*/
/* DMA tag for mapping buffers into device visible space. */
diff --git a/sys/dev/aic7xxx/aic7xxx.c b/sys/dev/aic7xxx/aic7xxx.c
index aae3802..e89434a 100644
--- a/sys/dev/aic7xxx/aic7xxx.c
+++ b/sys/dev/aic7xxx/aic7xxx.c
@@ -884,7 +884,7 @@ ahcinitscbdata(struct ahc_softc *ahc)
/*
* Create our DMA tags. These tags define the kinds of device
- * accessable memory allocations and memory mappings we will
+ * accessible memory allocations and memory mappings we will
* need to perform during normal operation.
*
* Unless we need to further restrict the allocation, we rely
diff --git a/sys/dev/buslogic/bt.c b/sys/dev/buslogic/bt.c
index cf291c5..bd94ef3 100644
--- a/sys/dev/buslogic/bt.c
+++ b/sys/dev/buslogic/bt.c
@@ -698,7 +698,7 @@ bt_init(device_t dev)
/*
* Create our DMA tags. These tags define the kinds of device
- * accessable memory allocations and memory mappings we will
+ * accessible memory allocations and memory mappings we will
* need to perform during normal operation.
*
* Unless we need to further restrict the allocation, we rely
diff --git a/sys/gnu/ext2fs/ext2_inode.c b/sys/gnu/ext2fs/ext2_inode.c
index 95c25af..5a60006 100644
--- a/sys/gnu/ext2fs/ext2_inode.c
+++ b/sys/gnu/ext2fs/ext2_inode.c
@@ -207,7 +207,7 @@ printf("ext2_truncate called %d to %d\n", VTOI(ovp)->i_number, length);
* Shorten the size of the file. If the file is not being
* truncated to a block boundry, the contents of the
* partial block following the end of the file must be
- * zero'ed in case it ever become accessable again because
+ * zero'ed in case it ever become accessible again because
* of subsequent file growth.
*/
/* I don't understand the comment above */
diff --git a/sys/gnu/fs/ext2fs/ext2_inode.c b/sys/gnu/fs/ext2fs/ext2_inode.c
index 95c25af..5a60006 100644
--- a/sys/gnu/fs/ext2fs/ext2_inode.c
+++ b/sys/gnu/fs/ext2fs/ext2_inode.c
@@ -207,7 +207,7 @@ printf("ext2_truncate called %d to %d\n", VTOI(ovp)->i_number, length);
* Shorten the size of the file. If the file is not being
* truncated to a block boundry, the contents of the
* partial block following the end of the file must be
- * zero'ed in case it ever become accessable again because
+ * zero'ed in case it ever become accessible again because
* of subsequent file growth.
*/
/* I don't understand the comment above */
diff --git a/sys/i386/isa/istallion.c b/sys/i386/isa/istallion.c
index 5e2f76d..eb00e3d 100644
--- a/sys/i386/isa/istallion.c
+++ b/sys/i386/isa/istallion.c
@@ -333,7 +333,7 @@ static char *stli_brdnames[] = {
/*
* Hardware configuration info for ECP boards. These defines apply
- * to the directly accessable io ports of the ECP. There is a set of
+ * to the directly accessible io ports of the ECP. There is a set of
* defines for each ECP board type, ISA, EISA and MCA.
*/
#define ECP_IOSIZE 4
@@ -390,7 +390,7 @@ static char *stli_brdnames[] = {
/*
* Hardware configuration info for ONboard and Brumby boards. These
- * defines apply to the directly accessable io ports of these boards.
+ * defines apply to the directly accessible io ports of these boards.
*/
#define ONB_IOSIZE 16
#define ONB_MEMSIZE (64 * 1024)
diff --git a/sys/i386/isa/stallion.c b/sys/i386/isa/stallion.c
index e6288c9..82d9a1f 100644
--- a/sys/i386/isa/stallion.c
+++ b/sys/i386/isa/stallion.c
@@ -316,7 +316,7 @@ static char *stl_brdnames[] = {
/*
* Hardware ID bits for the EasyIO and ECH boards. These defines apply
- * to the directly accessable io ports of these boards (not the cd1400
+ * to the directly accessible io ports of these boards (not the cd1400
* uarts - they are in scd1400.h).
*/
#define EIO_8PORTRS 0x04
OpenPOWER on IntegriCloud