aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Moestl <tmm@FreeBSD.org>2002-02-13 15:43:42 +0000
committerThomas Moestl <tmm@FreeBSD.org>2002-02-13 15:43:42 +0000
commitf4a4c79dc080933de5281dc20b3f0e3bcc7e8912 (patch)
tree0d1e5c74d1ed60c52d0659449964ba940b11de14
parent9fb2b0d55e7febe7fc16a8c54fa6d51d6b014613 (diff)
downloadsrc-f4a4c79dc080933de5281dc20b3f0e3bcc7e8912.tar.gz
src-f4a4c79dc080933de5281dc20b3f0e3bcc7e8912.zip
Fix typos in a comment.
Notes
Notes: svn path=/head/; revision=90612
-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 8183ae104597..dd915cfe0d55 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) {