Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/chflags one more place for recently fixed typo, s/ph...
details: https://anonhg.NetBSD.org/src/rev/ee84d8321986
branches: trunk
changeset: 374499:ee84d8321986
user: andvar <andvar%NetBSD.org@localhost>
date: Fri Apr 28 22:23:45 2023 +0000
description:
one more place for recently fixed typo, s/phisycal/physical/.
diffstat:
usr.bin/chflags/chflags.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 1a4970e9a052 -r ee84d8321986 usr.bin/chflags/chflags.c
--- a/usr.bin/chflags/chflags.c Fri Apr 28 16:13:11 2023 +0000
+++ b/usr.bin/chflags/chflags.c Fri Apr 28 22:23:45 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: chflags.c,v 1.16 2011/08/29 14:05:08 joerg Exp $ */
+/* $NetBSD: chflags.c,v 1.17 2023/04/28 22:23:45 andvar Exp $ */
/*
* Copyright (c) 1992, 1993, 1994
@@ -39,7 +39,7 @@
#if 0
static char sccsid[] = "from: @(#)chflags.c 8.5 (Berkeley) 4/1/94";
#else
-__RCSID("$NetBSD: chflags.c,v 1.16 2011/08/29 14:05:08 joerg Exp $");
+__RCSID("$NetBSD: chflags.c,v 1.17 2023/04/28 22:23:45 andvar Exp $");
#endif
#endif /* not lint */
@@ -167,7 +167,7 @@ main(int argc, char *argv[])
/*
* The only symlinks that end up here are ones that
* don't point to anything. Note that if we are
- * doing a phisycal walk, we never reach here unless
+ * doing a physical walk, we never reach here unless
* we asked to follow explicitly.
*/
continue;
Home |
Main Index |
Thread Index |
Old Index