Module Name: src
Committed By: andvar
Date: Fri Apr 28 22:23:45 UTC 2023
Modified Files:
src/usr.bin/chflags: chflags.c
Log Message:
one more place for recently fixed typo, s/phisycal/physical/.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/usr.bin/chflags/chflags.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/chflags/chflags.c
diff -u src/usr.bin/chflags/chflags.c:1.16 src/usr.bin/chflags/chflags.c:1.17
--- src/usr.bin/chflags/chflags.c:1.16 Mon Aug 29 14:05:08 2011
+++ src/usr.bin/chflags/chflags.c Fri Apr 28 22:23:45 2023
@@ -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 @@ __COPYRIGHT("@(#) Copyright (c) 1992, 19
#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;