From 5107604fffb9e911c919183e819e6cbc35384875 Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Thu, 15 Apr 2004 08:10:14 +0000 Subject: [PATCH] Minor typo fix. (Logical change 1.367) --- include/ntfs/layout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ntfs/layout.h b/include/ntfs/layout.h index bd0db481..d535b107 100644 --- a/include/ntfs/layout.h +++ b/include/ntfs/layout.h @@ -1562,7 +1562,7 @@ typedef struct { u8 alignment1; u16 size; /* Allocated space in bytes for ACL. Includes this header, the ACEs and the remaining free space. */ - u16 ace_count;/* Number of ACEs in the ACL. */ + u16 ace_count; /* Number of ACEs in the ACL. */ u16 alignment2; /* sizeof() = 8 bytes */ } __attribute__ ((__packed__)) ACL;