git: efe6a1574ec0 - main - makefs: correct "filname" typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 Mar 2023 16:21:55 UTC
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