Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jan 2023 08:04:21 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 2a811ae423ad - stable/12 - rc.initdiskless: Fix a typo in a comment
Message-ID:  <202301240804.30O84Lxw064224@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=2a811ae423ad1b9229f497a45332fb713858d9e3

commit 2a811ae423ad1b9229f497a45332fb713858d9e3
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-01-19 13:17:37 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-01-24 08:04:02 +0000

    rc.initdiskless: Fix a typo in a comment
    
    - s/attemping/attempting/
    
    (cherry picked from commit 30985d19b00da3ea3ba808b57e5a46ce6403b8d7)
---
 libexec/rc/rc.initdiskless | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libexec/rc/rc.initdiskless b/libexec/rc/rc.initdiskless
index 172f419d945f..4ec9d545c4b2 100644
--- a/libexec/rc/rc.initdiskless
+++ b/libexec/rc/rc.initdiskless
@@ -302,7 +302,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}"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301240804.30O84Lxw064224>