Module Name: src
Committed By: andvar
Date: Fri May 10 20:36:34 UTC 2024
Modified Files:
src/sbin/newfs: mkfs.c
Log Message:
s/superbock/superblock/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.136 -r1.137 src/sbin/newfs/mkfs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/newfs/mkfs.c
diff -u src/sbin/newfs/mkfs.c:1.136 src/sbin/newfs/mkfs.c:1.137
--- src/sbin/newfs/mkfs.c:1.136 Thu Feb 22 02:11:29 2024
+++ src/sbin/newfs/mkfs.c Fri May 10 20:36:34 2024
@@ -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 @@ mkfs(const char *fsys, int fi, int fo,
/*
* 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++) {