Minor typo fix.

(Logical change 1.367)
edge.strict_endians
cantab.net!aia21 2004-04-15 08:10:14 +00:00
parent 46530a95ba
commit 5107604fff
1 changed files with 1 additions and 1 deletions

View File

@ -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;