diff options
author | alex <alex@FreeBSD.org> | 2000-06-14 17:53:40 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2000-06-14 17:53:40 +0000 |
commit | ac720dace0bafca7cea18fff491e5fc17e49b60d (patch) | |
tree | 50e74ff17a03ad071ef69eea4333100ca08096ec /sys/dev/aha | |
parent | 025bc31096a3be2510f38588feb88d7ce3b220a6 (diff) | |
download | FreeBSD-src-ac720dace0bafca7cea18fff491e5fc17e49b60d.zip FreeBSD-src-ac720dace0bafca7cea18fff491e5fc17e49b60d.tar.gz |
Fix typo (accessable --> accessible).
PR: 18588
Submitted by: Anatoly Vorobey <mellon@pobox.com>
Reviewed by: asmodai
Diffstat (limited to 'sys/dev/aha')
-rw-r--r-- | sys/dev/aha/aha.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |