aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/makefs
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2023-03-30 14:14:56 +0000
committerEd Maste <emaste@FreeBSD.org>2023-03-30 16:21:26 +0000
commitefe6a1574ec0a1b41a5729a478c6243002da60c9 (patch)
tree5c5c4f9afe66b99f893e2aebcf62d107fd1f0b14 /usr.sbin/makefs
parent30da840c627c80800c06edef346d907d6e5066a6 (diff)
downloadsrc-efe6a1574ec0a1b41a5729a478c6243002da60c9.tar.gz
src-efe6a1574ec0a1b41a5729a478c6243002da60c9.zip
makefs: correct "filname" typo
Obtained from: NetBSD cd9660.c r1.58
Diffstat (limited to 'usr.sbin/makefs')
-rw-r--r--usr.sbin/makefs/cd9660.c2
1 files changed, 1 insertions, 1 deletions
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