aboutsummaryrefslogtreecommitdiff
path: root/sbin/devfs
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2017-12-27 03:23:58 +0000
committerEitan Adler <eadler@FreeBSD.org>2017-12-27 03:23:58 +0000
commit9914452050835fa4524a71341142906b046f6459 (patch)
treef7d3fa973a6f4a6857388c1dd765b7ca18870bb7 /sbin/devfs
parentd52a982ea85b7f76b2c78a842f893866c04f131e (diff)
Notes
Diffstat (limited to 'sbin/devfs')
-rw-r--r--sbin/devfs/rule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/devfs/rule.c b/sbin/devfs/rule.c
index cd868b6f4dbfe..0bfc7ffaf3c84 100644
--- a/sbin/devfs/rule.c
+++ b/sbin/devfs/rule.c
@@ -267,7 +267,7 @@ ruleset_main(int ac, char **av)
* differs from the other rulespec_in*() routines in that it also
* calls ioctl() for the rules, since it is impractical (and not very
* useful) to return a list (or array) of rules, just so the caller
- * can call call ioctl() for each of them.
+ * can call ioctl() for each of them.
*/
static void
rulespec_infp(FILE *fp, unsigned long request, devfs_rsnum rsnum)