Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Mar 2023 16:21:55 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: efe6a1574ec0 - main - makefs: correct "filname" typo
Message-ID:  <202303301621.32UGLt6T059824@gitrepo.freebsd.org>

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

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

commit efe6a1574ec0a1b41a5729a478c6243002da60c9
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2023-03-30 14:14:56 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-03-30 16:21:26 +0000

    makefs: correct "filname" typo
    
    Obtained from:  NetBSD cd9660.c r1.58
---
 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?202303301621.32UGLt6T059824>