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, from Snader_LB.



details:   https://anonhg.NetBSD.org/src/rev/64f4e7805118
branches:  trunk
changeset: 768427:64f4e7805118
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Aug 16 13:58:21 2011 +0000

description:
Fix typo in comment, from Snader_LB.

diffstat:

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

diffs (18 lines):

diff -r 886c12dee80a -r 64f4e7805118 distrib/utils/sysinst/disks.c
--- a/distrib/utils/sysinst/disks.c     Tue Aug 16 13:55:01 2011 +0000
+++ b/distrib/utils/sysinst/disks.c     Tue Aug 16 13:58:21 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: disks.c,v 1.113 2011/04/04 08:30:12 mbalmer Exp $ */
+/*     $NetBSD: disks.c,v 1.114 2011/08/16 13:58:21 wiz Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -832,7 +832,7 @@
        ptn += 'a';
        if (fsname == NULL)
                return 0;
-       /* first check fsck program exists, if not assue ok */
+       /* first check fsck program exists, if not assume ok */
        asprintf(&prog, "/sbin/fsck_%s", fsname);
        if (prog == NULL)
                return 0;



Home | Main Index | Thread Index | Old Index