diff options
| author | Eitan Adler <eadler@FreeBSD.org> | 2017-12-27 03:23:58 +0000 |
|---|---|---|
| committer | Eitan Adler <eadler@FreeBSD.org> | 2017-12-27 03:23:58 +0000 |
| commit | 9914452050835fa4524a71341142906b046f6459 (patch) | |
| tree | f7d3fa973a6f4a6857388c1dd765b7ca18870bb7 /sbin/devfs | |
| parent | d52a982ea85b7f76b2c78a842f893866c04f131e (diff) | |
Notes
Diffstat (limited to 'sbin/devfs')
| -rw-r--r-- | sbin/devfs/rule.c | 2 |
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) |
