sys/isa: minor spelling fixes.

No functional change.
This commit is contained in:
Pedro F. Giffuni 2016-05-03 21:51:52 +00:00
parent eebea334c4
commit 55b0545890
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=299006
3 changed files with 3 additions and 3 deletions

View file

@ -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,

View file

@ -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;

View file

@ -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));