summaryrefslogtreecommitdiffstats
path: root/sys/isa/isa_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/isa/isa_common.h')
-rw-r--r--sys/isa/isa_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/isa/isa_common.h b/sys/isa/isa_common.h
index 977e222..18975cb 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,
OpenPOWER on IntegriCloud