From ffb7443159e30477f3edc3382e3312675025e80b Mon Sep 17 00:00:00 2001 From: pfg Date: Tue, 3 May 2016 21:51:52 +0000 Subject: sys/isa: minor spelling fixes. No functional change. --- sys/isa/isa_common.h | 2 +- sys/isa/pnp.c | 2 +- sys/isa/pnpparse.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/isa') 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)); -- cgit v1.1