diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2010-06-06 12:04:28 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2010-06-06 12:04:28 +0000 |
commit | 1c0b3e3860f4c36feca423c656d9276864e31c16 (patch) | |
tree | 337020fe1d4249b4a98451ae6553e6b145e9288d | |
parent | 1684fcb3277894f3ee263f8b32f9b47705f84159 (diff) |
simething -> something
-rw-r--r-- | sys/ntfs/ntfs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ntfs/ntfs.h b/sys/ntfs/ntfs.h index 6cb9555c0fa..6cff0d1ad6b 100644 --- a/sys/ntfs/ntfs.h +++ b/sys/ntfs/ntfs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ntfs.h,v 1.7 2009/08/13 16:00:53 jasper Exp $ */ +/* $OpenBSD: ntfs.h,v 1.8 2010/06/06 12:04:27 miod Exp $ */ /* $NetBSD: ntfs.h,v 1.5 2003/04/24 07:50:19 christos Exp $ */ /*- @@ -131,7 +131,7 @@ struct attr_indexroot { u_int32_t ir_size;/* ??? */ u_int32_t ir_unkn3; /* number of cluster */ u_int32_t ir_unkn4; /* always 0x10 */ - u_int32_t ir_datalen; /* sizeof simething */ + u_int32_t ir_datalen; /* sizeof something */ u_int32_t ir_allocated; /* same as above */ u_int16_t ir_flag;/* ?? always 1 */ u_int16_t ir_unkn7; |