Fix typos in a comment.

This commit is contained in:
Thomas Moestl 2002-02-13 15:43:42 +00:00
parent 9fb2b0d55e
commit f4a4c79dc0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90612

View file

@ -258,8 +258,8 @@ isa_alloc_resource(device_t bus, device_t child, int type, int *rid,
/*
* This inlines a modified resource_list_alloc(); this is needed
* because the resources need to have offsets added to them, whcih
* cannot be done beforehand without patching the resource list entires
* because the resources need to have offsets added to them, which
* cannot be done beforehand without patching the resource list entries
* (which is ugly).
*/
if (passthrough) {