diff options
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/advansys/advansys.c | 2 | ||||
| -rw-r--r-- | sys/dev/aha/aha.c | 2 | ||||
| -rw-r--r-- | sys/dev/ahb/ahb.c | 2 | ||||
| -rw-r--r-- | sys/dev/aic7xxx/aic7xxx.c | 2 | ||||
| -rw-r--r-- | sys/dev/buslogic/bt.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/advansys/advansys.c b/sys/dev/advansys/advansys.c index 2ac03f2038de..066a21cf413f 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 bce9630e49b9..afb7188a4955 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 3ee5149cefdb..d9474bc76da6 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 aae38020d503..e89434ae2e00 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 cf291c5a803e..bd94ef3760f6 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 |
