This commit is contained in:
Rob Norris 2024-09-11 05:46:53 +10:00 committed by GitHub
commit ccd35e9fa7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -167,8 +167,8 @@ typedef struct sa_hdr_phys {
* | hdrsz |layout | * | hdrsz |layout |
* +--------+-------+ * +--------+-------+
* *
* Bits 0-10 are the layout number * Bits 0-9 (10 bits) are the layout number (0-1023)
* Bits 11-16 are the size of the header. * Bits 10-15 (6 bits) are the size of the header (0-63)
* The hdrsize is the number * 8 * The hdrsize is the number * 8
* *
* For example. * For example.