Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/sysinst Typo in comment



details:   https://anonhg.NetBSD.org/src/rev/18d4b5c5ae71
branches:  trunk
changeset: 938975:18d4b5c5ae71
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Sep 22 15:16:49 2020 +0000

description:
Typo in comment

diffstat:

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

diffs (18 lines):

diff -r 3747f0c5f789 -r 18d4b5c5ae71 usr.sbin/sysinst/disks.c
--- a/usr.sbin/sysinst/disks.c  Tue Sep 22 14:14:17 2020 +0000
+++ b/usr.sbin/sysinst/disks.c  Tue Sep 22 15:16:49 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: disks.c,v 1.67 2020/05/12 17:26:43 martin Exp $ */
+/*     $NetBSD: disks.c,v 1.68 2020/09/22 15:16:49 martin Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -1120,7 +1120,7 @@
 
        for (i = 0; i < install->num; i++) {
                /*
-                * Newfs all file systems mareked as needing this.
+                * Newfs all file systems marked as needing this.
                 * Mount the ones that have a mountpoint in the target.
                 */
                ptn = &install->infos[i];



Home | Main Index | Thread Index | Old Index