Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 51615e20 authored by Yurii Zubrytskyi's avatar Yurii Zubrytskyi
Browse files

Fix a bad field name in the comment

Flag: EXEMPT comment fix
Change-Id: I2bf514bc0b19e71bdd803bdbf5428035ec3f9459
parent 62db07ae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -228,10 +228,10 @@ struct ResChunk_header
    // (if any).
    uint16_t headerSize;

    // Total size of this chunk (in bytes).  This is the chunkSize plus
    // Total size of this chunk (in bytes).  This is the headerSize plus
    // the size of any data associated with the chunk.  Adding this value
    // to the chunk allows you to completely skip its contents (including
    // any child chunks).  If this value is the same as chunkSize, there is
    // any child chunks).  If this value is the same as headerSize, there is
    // no data associated with the chunk.
    uint32_t size;
};