Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/clri s/superblok/superblock/ in comment.



details:   https://anonhg.NetBSD.org/src/rev/9ed3c5bf71a7
branches:  trunk
changeset: 373763:9ed3c5bf71a7
user:      andvar <andvar%NetBSD.org@localhost>
date:      Sun Feb 26 22:55:02 2023 +0000

description:
s/superblok/superblock/ in comment.

diffstat:

 sbin/clri/clri.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 963ebd2aecd4 -r 9ed3c5bf71a7 sbin/clri/clri.c
--- a/sbin/clri/clri.c  Sun Feb 26 20:19:05 2023 +0000
+++ b/sbin/clri/clri.c  Sun Feb 26 22:55:02 2023 +0000
@@ -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 @@
 #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 @@
                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)



Home | Main Index | Thread Index | Old Index