Skip to content

Commit

Permalink
Includes: Fix MKext header comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldfish64 committed Jul 19, 2020
1 parent 32828b0 commit b7e99c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Include/Apple/IndustryStandard/AppleMkext.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
typedef struct {
//
// MKEXT magic value "MKXT".
//
UINT32 Magic;
//
// MKEXT signature "MOSX".
Expand Down Expand Up @@ -186,7 +187,7 @@ typedef struct {
//
UINT32 PlistOffset;
//
// Compressed size of plist. Zero indicates no compression?
// Compressed size of plist. Zero indicates no compression.
//
UINT32 PlistCompressedSize;
//
Expand Down

0 comments on commit b7e99c1

Please sign in to comment.