Author: pfg Date: Tue May 3 21:51:52 2016 New Revision: 299006 URL: https://svnweb.freebsd.org/changeset/base/299006
Log: sys/isa: minor spelling fixes. No functional change. Modified: head/sys/isa/isa_common.h head/sys/isa/pnp.c head/sys/isa/pnpparse.c Modified: head/sys/isa/isa_common.h ============================================================================== --- head/sys/isa/isa_common.h Tue May 3 21:27:17 2016 (r299005) +++ head/sys/isa/isa_common.h Tue May 3 21:51:52 2016 (r299006) @@ -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, Modified: head/sys/isa/pnp.c ============================================================================== --- head/sys/isa/pnp.c Tue May 3 21:27:17 2016 (r299005) +++ head/sys/isa/pnp.c Tue May 3 21:51:52 2016 (r299006) @@ -450,7 +450,7 @@ pnp_create_devices(device_t parent, pnp_ if (dev) { /* * This is an optional device - * indentifier string. Skipt it + * identifier string. Skip it * for now. */ continue; Modified: head/sys/isa/pnpparse.c ============================================================================== --- head/sys/isa/pnpparse.c Tue May 3 21:27:17 2016 (r299005) +++ head/sys/isa/pnpparse.c Tue May 3 21:51:52 2016 (r299006) @@ -499,7 +499,7 @@ pnp_parse_resources(device_t dev, u_char /* * 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)); _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"