Fri May 10 20:36:34 2024 UTC (36d)
s/superbock/superblock/ in comment.


(andvar)
diff -r1.136 -r1.137 src/sbin/newfs/mkfs.c

cvs diff -r1.136 -r1.137 src/sbin/newfs/mkfs.c (expand / switch to context diff)
--- src/sbin/newfs/mkfs.c 2024/02/22 02:11:29 1.136
+++ src/sbin/newfs/mkfs.c 2024/05/10 20:36:34 1.137
@@ -1,4 +1,4 @@
-/*	$NetBSD: mkfs.c,v 1.136 2024/02/22 02:11:29 mrg Exp $	*/
+/*	$NetBSD: mkfs.c,v 1.137 2024/05/10 20:36:34 andvar Exp $	*/
 
 /*
  * Copyright (c) 1980, 1989, 1993
@@ -73,7 +73,7 @@
 #if 0
 static char sccsid[] = "@(#)mkfs.c	8.11 (Berkeley) 5/3/95";
 #else
-__RCSID("$NetBSD: mkfs.c,v 1.136 2024/02/22 02:11:29 mrg Exp $");
+__RCSID("$NetBSD: mkfs.c,v 1.137 2024/05/10 20:36:34 andvar Exp $");
 #endif
 #endif /* not lint */
 
@@ -611,7 +611,7 @@
 
 		/*
 		 * Ensure there is nothing that looks like a filesystem
-		 * superbock anywhere other than where ours will be.
+		 * superblock anywhere other than where ours will be.
 		 * If fsck finds the wrong one all hell breaks loose!
 		 */
 		for (i = 0; ; i++) {