From ac720dace0bafca7cea18fff491e5fc17e49b60d Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 14 Jun 2000 17:53:40 +0000 Subject: Fix typo (accessable --> accessible). PR: 18588 Submitted by: Anatoly Vorobey Reviewed by: asmodai --- sys/dev/buslogic/bt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/buslogic/bt.c') 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 -- cgit v1.1