summaryrefslogtreecommitdiffstats
path: root/sys/isa
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-05-03 21:51:52 +0000
committerpfg <pfg@FreeBSD.org>2016-05-03 21:51:52 +0000
commitffb7443159e30477f3edc3382e3312675025e80b (patch)
tree895b3d2a531ecb6807f565e7e45fb14089848b33 /sys/isa
parent02a6c251a65faa14383c3dc20491dabe8bbb2b57 (diff)
downloadFreeBSD-src-ffb7443159e30477f3edc3382e3312675025e80b.zip
FreeBSD-src-ffb7443159e30477f3edc3382e3312675025e80b.tar.gz
sys/isa: minor spelling fixes.
No functional change.
Diffstat (limited to 'sys/isa')
-rw-r--r--sys/isa/isa_common.h2
-rw-r--r--sys/isa/pnp.c2
-rw-r--r--sys/isa/pnpparse.c2
3 files changed, 3 insertions, 3 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,
diff --git a/sys/isa/pnp.c b/sys/isa/pnp.c
index 599af84..db37fa6 100644
--- a/sys/isa/pnp.c
+++ b/sys/isa/pnp.c
@@ -450,7 +450,7 @@ pnp_create_devices(device_t parent, pnp_id *p, int csn,
if (dev) {
/*
* This is an optional device
- * indentifier string. Skipt it
+ * identifier string. Skip it
* for now.
*/
continue;
diff --git a/sys/isa/pnpparse.c b/sys/isa/pnpparse.c
index 7f051d6..2f0a1fe 100644
--- a/sys/isa/pnpparse.c
+++ b/sys/isa/pnpparse.c
@@ -499,7 +499,7 @@ pnp_parse_resources(device_t dev, u_char *resources, int len, int ldn)
/*
* Back to the common part; clear it
* as its contents has already been copied
- * to each dependant.
+ * to each dependent.
*/
config = &configs[0];
bzero(config, sizeof(*config));
OpenPOWER on IntegriCloud