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

Commit b59fb077 authored by Yurii Zubrytskyi's avatar Yurii Zubrytskyi Committed by Android (Google) Code Review
Browse files

Merge "Fix a bad field name in the comment" into main

parents 16bee985 51615e20
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;
};