summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/isa
diff options
context:
space:
mode:
authortmm <tmm@FreeBSD.org>2002-02-13 15:43:42 +0000
committertmm <tmm@FreeBSD.org>2002-02-13 15:43:42 +0000
commitd1b951ba9658ec4d358f0d0e509444d0296c42e3 (patch)
tree0d1e5c74d1ed60c52d0659449964ba940b11de14 /sys/sparc64/isa
parent242f49613da40c47941f5448d855b54b2a031e27 (diff)
downloadFreeBSD-src-d1b951ba9658ec4d358f0d0e509444d0296c42e3.zip
FreeBSD-src-d1b951ba9658ec4d358f0d0e509444d0296c42e3.tar.gz
Fix typos in a comment.
Diffstat (limited to 'sys/sparc64/isa')
-rw-r--r--sys/sparc64/isa/isa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sparc64/isa/isa.c b/sys/sparc64/isa/isa.c
index 8183ae1..dd915cf 100644
--- a/sys/sparc64/isa/isa.c
+++ b/sys/sparc64/isa/isa.c
@@ -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) {
OpenPOWER on IntegriCloud