Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Apr 2023 12:52:50 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 8c22a34e9a1e - stable/13 - makefs: correct "filname" typo
Message-ID:  <202304141252.33ECqoM7074764@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=8c22a34e9a1e62316142bad532b4792d11c777b4

commit 8c22a34e9a1e62316142bad532b4792d11c777b4
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2023-03-30 14:14:56 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-04-14 12:10:37 +0000

    makefs: correct "filname" typo
    
    Obtained from:  NetBSD cd9660.c r1.58
    
    (cherry picked from commit efe6a1574ec0a1b41a5729a478c6243002da60c9)
---
 usr.sbin/makefs/cd9660.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.sbin/makefs/cd9660.c b/usr.sbin/makefs/cd9660.c
index ac6a263ec2df..7a795f82bd16 100644
--- a/usr.sbin/makefs/cd9660.c
+++ b/usr.sbin/makefs/cd9660.c
@@ -1001,7 +1001,7 @@ cd9660_sorted_child_insert(cd9660node *parent, cd9660node *cn_new)
 
 /*
  * Called After cd9660_sorted_child_insert
- * handles file collisions by suffixing each filname with ~n
+ * handles file collisions by suffixing each filename with ~n
  * where n represents the files respective place in the ordering
  */
 static int



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