Source-Changes-HG archive

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

[src/trunk]: src/sys/fs/ntfs Two typos:



details:   https://anonhg.NetBSD.org/src/rev/a4fa112771fa
branches:  trunk
changeset: 805303:a4fa112771fa
user:      maxv <maxv%NetBSD.org@localhost>
date:      Sun Dec 28 12:19:21 2014 +0000

description:
Two typos:
 - reserver4 -> reserved4 (in struct bootfile)
 - "inducates" -> "indicates" (comment)

diffstat:

 sys/fs/ntfs/ntfs.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 26655a3da822 -r a4fa112771fa sys/fs/ntfs/ntfs.h
--- a/sys/fs/ntfs/ntfs.h        Sun Dec 28 12:13:22 2014 +0000
+++ b/sys/fs/ntfs/ntfs.h        Sun Dec 28 12:19:21 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ntfs.h,v 1.20 2014/11/13 16:51:53 hannken Exp $        */
+/*     $NetBSD: ntfs.h,v 1.21 2014/12/28 12:19:21 maxv Exp $   */
 
 /*-
  * Copyright (c) 1998, 1999 Semen Ustimenko
@@ -232,12 +232,12 @@
        u_int8_t        reserved3[2];
        u_int16_t       bf_spt;         /* sectors per track */
        u_int16_t       bf_heads;       /* number of heads */
-       u_int8_t        reserver4[12];
+       u_int8_t        reserved4[12];
        u_int64_t       bf_spv;         /* sectors per volume */
        cn_t            bf_mftcn;       /* $MFT cluster number */
        cn_t            bf_mftmirrcn;   /* $MFTMirr cn */
        u_int8_t        bf_mftrecsz;    /* MFT record size (clust) */
-                                       /* 0xF6 inducates 1/4 */
+                                       /* 0xF6 indicates 1/4 */
        u_int32_t       bf_ibsz;        /* index buffer size */
        u_int32_t       bf_volsn;       /* volume ser. num. */
 };



Home | Main Index | Thread Index | Old Index