s/superbock/superblock/ in comment.

This commit is contained in:
andvar 2024-05-10 20:36:34 +00:00
parent 2f3f1a8c04
commit acbd85c52c
1 changed files with 3 additions and 3 deletions

View File

@ -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 * Copyright (c) 1980, 1989, 1993
@ -73,7 +73,7 @@
#if 0 #if 0
static char sccsid[] = "@(#)mkfs.c 8.11 (Berkeley) 5/3/95"; static char sccsid[] = "@(#)mkfs.c 8.11 (Berkeley) 5/3/95";
#else #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
#endif /* not lint */ #endif /* not lint */
@ -611,7 +611,7 @@ mkfs(const char *fsys, int fi, int fo,
/* /*
* Ensure there is nothing that looks like a filesystem * 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! * If fsck finds the wrong one all hell breaks loose!
*/ */
for (i = 0; ; i++) { for (i = 0; ; i++) {