Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Nov 2021 11:48:14 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: 27e280d90d22 - stable/12 - ffs_softdep: Fix a typo in a source code comment
Message-ID:  <202111281148.1ASBmEPG026909@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=27e280d90d227e6fbc78879f3128e417f8c3cf96

commit 27e280d90d227e6fbc78879f3128e417f8c3cf96
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2021-11-19 18:17:41 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2021-11-28 11:44:45 +0000

    ffs_softdep: Fix a typo in a source code comment
    
    - s/conditonally/conditionally/
    
    (cherry picked from commit bebff615877efdf549e5033b47ade4d8553f6a77)
---
 sys/ufs/ffs/ffs_softdep.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/ufs/ffs/ffs_softdep.c b/sys/ufs/ffs/ffs_softdep.c
index bc83b92ee384..dc9c507ac11c 100644
--- a/sys/ufs/ffs/ffs_softdep.c
+++ b/sys/ufs/ffs/ffs_softdep.c
@@ -8804,7 +8804,7 @@ complete_diradd(dap)
 
 /*
  * Cancel a diradd when a dirrem overlaps with it.  We must cancel the journal
- * add entries and conditonally journal the remove.
+ * add entries and conditionally journal the remove.
  */
 static void
 cancel_diradd(dap, dirrem, jremref, dotremref, dotdotremref)



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