Two typos:
- reserver4 -> reserved4 (in struct bootfile) - "inducates" -> "indicates" (comment)
This commit is contained in:
parent
ead51937de
commit
6d178278b3
|
@ -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 @@ struct bootfile {
|
|||
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. */
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue