From 55b0545890bc9eed519649b2ab17ec0c5881c68c Mon Sep 17 00:00:00 2001 From: "Pedro F. Giffuni" Date: Tue, 3 May 2016 21:51:52 +0000 Subject: [PATCH] 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(-) diff --git a/sys/isa/isa_common.h b/sys/isa/isa_common.h index 977e222e6776..18975cbad7be 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 599af84a1770..db37fa629ea3 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 7f051d6da1ff..2f0a1fe84563 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));