aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2006-09-01 20:12:12 +0000
committerMarius Strobl <marius@FreeBSD.org>2006-09-01 20:12:12 +0000
commite70415b38e4fcea8c11f959eb6791cc02adb008d (patch)
tree1fca876325bd86137dad87d40f445367cf87fc91 /sys/dev
parentad3c888766ef972a9253e47828144c81621cca41 (diff)
downloadsrc-e70415b38e4fcea8c11f959eb6791cc02adb008d.tar.gz
src-e70415b38e4fcea8c11f959eb6791cc02adb008d.zip
Fix spelling and wording in a comment.
Notes
Notes: svn path=/head/; revision=161836
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ofw/openfirmio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ofw/openfirmio.c b/sys/dev/ofw/openfirmio.c
index d9272d1145d3..47f251797665 100644
--- a/sys/dev/ofw/openfirmio.c
+++ b/sys/dev/ofw/openfirmio.c
@@ -184,9 +184,9 @@ openfirm_ioctl(struct cdev *dev, u_long cmd, caddr_t data, int flags,
case OFIOCSET:
/*
* Note: Text string values for at least the /options node
- * have to be null-terminated and the length paramter must
+ * have to be null-terminated and the length parameter must
* include this terminating null. However, like OF_getprop(),
- * OF_setprop() will return the the actual length of the text
+ * OF_setprop() will return the actual length of the text
* string, i.e. omitting the terminating null.
*/
if ((flags & FWRITE) == 0)