Source-Changes-HG archive

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

[src/trunk]: src/sys/ufs/lfs typo in comment



details:   https://anonhg.NetBSD.org/src/rev/2d4869430ae1
branches:  trunk
changeset: 787544:2d4869430ae1
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sun Jun 23 02:07:04 2013 +0000

description:
typo in comment

diffstat:

 sys/ufs/lfs/lfs.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6633c5db1f9d -r 2d4869430ae1 sys/ufs/lfs/lfs.h
--- a/sys/ufs/lfs/lfs.h Sun Jun 23 02:06:04 2013 +0000
+++ b/sys/ufs/lfs/lfs.h Sun Jun 23 02:07:04 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lfs.h,v 1.155 2013/06/19 17:51:26 dholland Exp $       */
+/*     $NetBSD: lfs.h,v 1.156 2013/06/23 02:07:04 dholland Exp $       */
 
 /*  from NetBSD: dinode.h,v 1.22 2013/01/22 09:39:18 dholland Exp  */
 /*  from NetBSD: dir.h,v 1.21 2009/07/22 04:49:19 dholland Exp  */
@@ -851,7 +851,7 @@
        u_int32_t dlfs_inodefmt;  /* 360: inode format version */
        u_int32_t dlfs_interleave; /* 364: segment interleave */
        u_int32_t dlfs_ident;     /* 368: per-fs identifier */
-       u_int32_t dlfs_fsbtodb;   /* 372: fsbtodb abd dbtodsb shift constant */
+       u_int32_t dlfs_fsbtodb;   /* 372: fsbtodb and dbtodsb shift constant */
        u_int32_t dlfs_resvseg;   /* 376: segments reserved for the cleaner */
        int8_t    dlfs_pad[128];  /* 380: round to 512 bytes */
 /* Checksum -- last valid disk field. */



Home | Main Index | Thread Index | Old Index