Source-Changes-HG archive

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

[src/trunk]: src/sbin/fsck_lfs Fix a typo and two white space nits.



details:   https://anonhg.NetBSD.org/src/rev/5f2df5eea7a9
branches:  trunk
changeset: 515433:5f2df5eea7a9
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Sep 25 00:03:03 2001 +0000

description:
Fix a typo and two white space nits.

diffstat:

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

diffs (27 lines):

diff -r 4b7aefa4dc0a -r 5f2df5eea7a9 sbin/fsck_lfs/setup.c
--- a/sbin/fsck_lfs/setup.c     Mon Sep 24 23:49:31 2001 +0000
+++ b/sbin/fsck_lfs/setup.c     Tue Sep 25 00:03:03 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: setup.c,v 1.9 2001/07/13 20:30:19 perseant Exp $    */
+/* $NetBSD: setup.c,v 1.10 2001/09/25 00:03:03 wiz Exp $ */
 
 /*
  * Copyright (c) 1980, 1986, 1993
@@ -246,7 +246,7 @@
                                                    LFS_LABELPAD / dev_bsize))
                {
                        if (debug)
-                               pwarn("Getting 'real' prinary superblock from 0x%x\n",
+                               pwarn("Getting 'real' primary superblock from 0x%x\n",
                                      fsbtodb(&sblock, sblock.lfs_sboffs[0]));
                        bflag = fsbtodb(&sblock, sblock.lfs_sboffs[0]);
                        readsb(1);
@@ -499,7 +499,7 @@
        /* checksum */
        checksum = lfs_sb_cksum(&(sblock.lfs_dlfs));
        if (sblock.lfs_cksum != checksum) {
-               printf("Superblock checksum (%lu)does not match computed checksum %lu\n",
+               printf("Superblock checksum (%lu) does not match computed checksum (%lu)\n",
                (unsigned long)sblock.lfs_cksum, (unsigned long) checksum);
        }
 #if 0                          /* XXX - replace these checks with



Home | Main Index | Thread Index | Old Index