Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/config Fix typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/875da4edb77f
branches:  trunk
changeset: 479742:875da4edb77f
user:      nathanw <nathanw%NetBSD.org@localhost>
date:      Mon Dec 20 17:19:13 1999 +0000

description:
Fix typo in comment.

diffstat:

 usr.sbin/config/pack.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 766003518913 -r 875da4edb77f usr.sbin/config/pack.c
--- a/usr.sbin/config/pack.c    Mon Dec 20 17:08:52 1999 +0000
+++ b/usr.sbin/config/pack.c    Mon Dec 20 17:19:13 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pack.c,v 1.7 1997/10/18 07:59:32 lukem Exp $   */
+/*     $NetBSD: pack.c,v 1.8 1999/12/20 17:19:13 nathanw Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -171,7 +171,7 @@
        /*
         * Sort all the cloning units to after the non-cloning units,
         * preserving order of cloning and non-cloning units with
-        * respect to other units of the same time.
+        * respect to other units of the same type.
         *
         * Algorithm: Walk down the list until the first cloning unit is
         * seen for the second time (or until the end of the list, if there



Home | Main Index | Thread Index | Old Index