s/superbock/superblock/ in comment.

pull/38/head
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
@ -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++) {