Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/makefs s/filname/filename/
details: https://anonhg.NetBSD.org/src/rev/9c902aa085f8
branches: trunk
changeset: 1029109:9c902aa085f8
user: andvar <andvar%NetBSD.org@localhost>
date: Tue Dec 21 21:28:31 2021 +0000
description:
s/filname/filename/
diffstat:
usr.sbin/makefs/cd9660.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r d7d0f37ee8ef -r 9c902aa085f8 usr.sbin/makefs/cd9660.c
--- a/usr.sbin/makefs/cd9660.c Tue Dec 21 21:16:08 2021 +0000
+++ b/usr.sbin/makefs/cd9660.c Tue Dec 21 21:28:31 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cd9660.c,v 1.57 2020/11/10 20:48:29 reinoud Exp $ */
+/* $NetBSD: cd9660.c,v 1.58 2021/12/21 21:28:31 andvar Exp $ */
/*
* Copyright (c) 2005 Daniel Watt, Walter Deignan, Ryan Gabrys, Alan
@@ -103,7 +103,7 @@
#include <sys/cdefs.h>
#if defined(__RCSID) && !defined(__lint)
-__RCSID("$NetBSD: cd9660.c,v 1.57 2020/11/10 20:48:29 reinoud Exp $");
+__RCSID("$NetBSD: cd9660.c,v 1.58 2021/12/21 21:28:31 andvar Exp $");
#endif /* !__lint */
#include <string.h>
@@ -1011,7 +1011,7 @@
/*
* 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
Home |
Main Index |
Thread Index |
Old Index