Module Name: src
Committed By: andvar
Date: Mon Feb 17 22:16:37 UTC 2025
Modified Files:
src/usr.sbin/sysinst/arch/mipsco: md.c
src/usr.sbin/sysinst/arch/pmax: md.c
Log Message:
s/opportuinty/opportunity/ in comments.
>From Miod Vallat by email.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/sysinst/arch/mipsco/md.c
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/sysinst/arch/pmax/md.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/arch/mipsco/md.c
diff -u src/usr.sbin/sysinst/arch/mipsco/md.c:1.9 src/usr.sbin/sysinst/arch/mipsco/md.c:1.10
--- src/usr.sbin/sysinst/arch/mipsco/md.c:1.9 Sat Jan 29 16:01:19 2022
+++ src/usr.sbin/sysinst/arch/mipsco/md.c Mon Feb 17 22:16:37 2025
@@ -1,4 +1,4 @@
-/* $NetBSD: md.c,v 1.9 2022/01/29 16:01:19 martin Exp $ */
+/* $NetBSD: md.c,v 1.10 2025/02/17 22:16:37 andvar Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -150,7 +150,7 @@ md_post_disklabel(struct install_partiti
* up the target disk but immediately before the user is given the
* ``disks are now set up'' message.
*
- * On mipsco, we take this opportuinty to update the bootblocks.
+ * On mipsco, we take this opportunity to update the bootblocks.
*/
int
md_post_newfs(struct install_partition_desc *install)
Index: src/usr.sbin/sysinst/arch/pmax/md.c
diff -u src/usr.sbin/sysinst/arch/pmax/md.c:1.9 src/usr.sbin/sysinst/arch/pmax/md.c:1.10
--- src/usr.sbin/sysinst/arch/pmax/md.c:1.9 Sat Jan 29 16:01:20 2022
+++ src/usr.sbin/sysinst/arch/pmax/md.c Mon Feb 17 22:16:37 2025
@@ -1,4 +1,4 @@
-/* $NetBSD: md.c,v 1.9 2022/01/29 16:01:20 martin Exp $ */
+/* $NetBSD: md.c,v 1.10 2025/02/17 22:16:37 andvar Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -149,7 +149,7 @@ md_post_disklabel(struct install_partiti
* up the target disk but immediately before the user is given the
* ``disks are now set up'' message.
*
- * On pmax, we take this opportuinty to update the bootblocks.
+ * On pmax, we take this opportunity to update the bootblocks.
*/
int
md_post_newfs(struct install_partition_desc *install)