summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2023-02-26 22:55:02 +0000
committerandvar <andvar@NetBSD.org>2023-02-26 22:55:02 +0000
commitcea98caa9a997fd364910367e3995a5d456d9a69 (patch)
treea42a6582882148283c893bc0cec6464519cd187c /sbin
parent38f427a2b9cfc729739a73b58bdd1d656c9782d3 (diff)
s/superblok/superblock/ in comment.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/clri/clri.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/clri/clri.c b/sbin/clri/clri.c
index d208563ae6a..4fb34ad11c9 100644
--- a/sbin/clri/clri.c
+++ b/sbin/clri/clri.c
@@ -1,4 +1,4 @@
-/* $NetBSD: clri.c,v 1.25 2022/11/17 06:40:38 chs Exp $ */
+/* $NetBSD: clri.c,v 1.26 2023/02/26 22:55:02 andvar Exp $ */
/*
* Copyright (c) 1990, 1993
@@ -42,7 +42,7 @@ __COPYRIGHT("@(#) Copyright (c) 1990, 1993\
#if 0
static char sccsid[] = "@(#)clri.c 8.3 (Berkeley) 4/28/95";
#else
-__RCSID("$NetBSD: clri.c,v 1.25 2022/11/17 06:40:38 chs Exp $");
+__RCSID("$NetBSD: clri.c,v 1.26 2023/02/26 22:55:02 andvar Exp $");
#endif
#endif /* not lint */
@@ -142,7 +142,7 @@ main(int argc, char *argv[])
if (atoi(argv[i]) <= 0 || atoi(argv[i]) >= imax)
errx(1, "%s is not a valid inode number", argv[i]);
- /* delete clean flag in the superblok */
+ /* delete clean flag in the superblock */
sbp->fs_clean = ufs_rw32(ufs_rw32(sbp->fs_clean, needswap) << 1,
needswap);
if (lseek(fd, sblockloc, SEEK_SET) < 0)