Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/sysinst Fix typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/fd58a4f4e7c8
branches:  trunk
changeset: 772396:fd58a4f4e7c8
user:      riz <riz%NetBSD.org@localhost>
date:      Sun Jan 01 23:26:22 2012 +0000

description:
Fix typo in comment.

diffstat:

 distrib/utils/sysinst/util.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 26f7e9a69ee8 -r fd58a4f4e7c8 distrib/utils/sysinst/util.c
--- a/distrib/utils/sysinst/util.c      Sun Jan 01 23:18:51 2012 +0000
+++ b/distrib/utils/sysinst/util.c      Sun Jan 01 23:26:22 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: util.c,v 1.170 2011/10/17 16:35:22 mbalmer Exp $       */
+/*     $NetBSD: util.c,v 1.171 2012/01/01 23:26:22 riz Exp $   */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -872,7 +872,7 @@
 
 #ifdef SUPPORT_8_3_SOURCE_FILESYSTEM
        /*
-        * Update path to use dist->name tuncated to the first eight
+        * Update path to use dist->name truncated to the first eight
         * characters and check again
         */
        (void)snprintf(path, sizeof path, "%s/%.8s%.4s", /* 4 as includes '.' */



Home | Main Index | Thread Index | Old Index