aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2023-01-19 13:17:37 +0000
committerGordon Bergling <gbe@FreeBSD.org>2023-01-19 13:17:37 +0000
commit30985d19b00da3ea3ba808b57e5a46ce6403b8d7 (patch)
tree75f5dd3f8d2b4c37dc8855973d4c74a3d97a4d87
parente4b7980c5ca9c701242f3c395a042360db0ad7a7 (diff)
downloadsrc-30985d19b00da3ea3ba808b57e5a46ce6403b8d7.tar.gz
src-30985d19b00da3ea3ba808b57e5a46ce6403b8d7.zip
rc.initdiskless: Fix a typo in a comment
- s/attemping/attempting/ MFC after:5 days
-rw-r--r--libexec/rc/rc.initdiskless2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rc/rc.initdiskless b/libexec/rc/rc.initdiskless
index 60cfa8b174f8..164e89e9e78c 100644
--- a/libexec/rc/rc.initdiskless
+++ b/libexec/rc/rc.initdiskless
@@ -306,7 +306,7 @@ handle_remount /conf
# be sure to export those filesystems -alldirs, however.
# If the diskless_remount file contains a string beginning with a
# '/' it is assumed that the local nfsroot should be prepended to
-# it before attemping to the remount. This allows the root to be
+# it before attempting to the remount. This allows the root to be
# relocated without needing to change the remount files.
#
log "templates are ${templates}"