aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.devd
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.devd')
-rw-r--r--etc/rc.devd2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.devd b/etc/rc.devd
index 4bb77830..1f532afe 100644
--- a/etc/rc.devd
+++ b/etc/rc.devd
@@ -26,7 +26,7 @@ getmedia() {
if [ ! -e /etc/init.d/"$1" -a ! -e /usr/local/init.d/"$1" ]; then
base=${1%%.*}
if [ "${base}" = "net" ]; then
- # We only create links for pyhsical interfaces
+ # We only create links for physical interfaces
[ -n "$(getmedia ${1#*.})" ] || exit 1
base="net.lo0"
fi