Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/chown Fix typo in comment



details:   https://anonhg.NetBSD.org/src/rev/eef986cd229e
branches:  trunk
changeset: 374496:eef986cd229e
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Fri Apr 28 09:56:45 2023 +0000

description:
Fix typo in comment

diffstat:

 sbin/chown/chown.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 28453827b94a -r eef986cd229e sbin/chown/chown.c
--- a/sbin/chown/chown.c        Fri Apr 28 07:33:55 2023 +0000
+++ b/sbin/chown/chown.c        Fri Apr 28 09:56:45 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: chown.c,v 1.8 2012/10/24 01:12:51 enami Exp $  */
+/*     $NetBSD: chown.c,v 1.9 2023/04/28 09:56:45 pgoyette Exp $       */
 
 /*
  * Copyright (c) 1988, 1993, 1994, 2003
@@ -39,7 +39,7 @@
 #if 0
 static char sccsid[] = "@(#)chown.c    8.8 (Berkeley) 4/4/94";
 #else
-__RCSID("$NetBSD: chown.c,v 1.8 2012/10/24 01:12:51 enami Exp $");
+__RCSID("$NetBSD: chown.c,v 1.9 2023/04/28 09:56:45 pgoyette Exp $");
 #endif
 #endif /* not lint */
 
@@ -224,7 +224,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