Module Name: src Committed By: martin Date: Tue Sep 22 15:16:49 UTC 2020
Modified Files: src/usr.sbin/sysinst: disks.c Log Message: Typo in comment To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/usr.sbin/sysinst/disks.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.sbin/sysinst/disks.c diff -u src/usr.sbin/sysinst/disks.c:1.67 src/usr.sbin/sysinst/disks.c:1.68 --- src/usr.sbin/sysinst/disks.c:1.67 Tue May 12 17:26:43 2020 +++ src/usr.sbin/sysinst/disks.c Tue Sep 22 15:16:49 2020 @@ -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 @@ make_filesystems(struct install_partitio 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];