diff options
author | charnier <charnier@FreeBSD.org> | 1999-10-12 19:23:51 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 1999-10-12 19:23:51 +0000 |
commit | 88e764a2f57375c10b48eeabb699ce0040a749f5 (patch) | |
tree | 6c348fb69e432aa978147ac2b7207c3a8a9b25d1 /etc/rc.devfs | |
parent | 5ff9e706bc5a535238397220a2021bebcabe5af5 (diff) | |
download | FreeBSD-src-88e764a2f57375c10b48eeabb699ce0040a749f5.zip FreeBSD-src-88e764a2f57375c10b48eeabb699ce0040a749f5.tar.gz |
typo
Diffstat (limited to 'etc/rc.devfs')
-rw-r--r-- | etc/rc.devfs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.devfs b/etc/rc.devfs index 1e75fae..d8bb748 100644 --- a/etc/rc.devfs +++ b/etc/rc.devfs @@ -9,6 +9,6 @@ elif [ -r /etc/rc.conf ]; then . /etc/rc.conf fi -# Setup DEVFS, ie permisisons, links etc. +# Setup DEVFS, ie permissions, links etc. # ln -fs /dev/ttyv0 /dev/vga |