diff options
| author | Alexander Langer <alex@FreeBSD.org> | 2000-06-14 17:53:40 +0000 |
|---|---|---|
| committer | Alexander Langer <alex@FreeBSD.org> | 2000-06-14 17:53:40 +0000 |
| commit | 0cca1cc0783d6ea22ea489c734bbb1288b057c4f (patch) | |
| tree | 97f44cc75afb14c277f37eb129b7233bf0e71827 /sys/dev/ahb/ahb.c | |
| parent | 447b0b51f7b80d62d6b1d0eca64256e128b35f71 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ahb/ahb.c')
| -rw-r--r-- | sys/dev/ahb/ahb.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |
