diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-05-03 21:51:52 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-05-03 21:51:52 +0000 |
commit | 55b0545890bc9eed519649b2ab17ec0c5881c68c (patch) | |
tree | 895b3d2a531ecb6807f565e7e45fb14089848b33 /sys/isa/isa_common.h | |
parent | eebea334c4b805ccfd512a3ce9389d6effde3840 (diff) |
Notes
Diffstat (limited to 'sys/isa/isa_common.h')
-rw-r--r-- | sys/isa/isa_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/isa/isa_common.h b/sys/isa/isa_common.h index 977e222e67764..18975cbad7be7 100644 --- a/sys/isa/isa_common.h +++ b/sys/isa/isa_common.h @@ -65,7 +65,7 @@ struct isa_device { #define DEVTOISA(dev) ((struct isa_device *) device_get_ivars(dev)) /* - * These functions are architecture dependant. + * These functions are architecture dependent. */ extern void isa_init(device_t dev); extern struct resource *isa_alloc_resource(device_t bus, device_t child, |