Skip to content

Commit

Permalink
Fix 'unit32' typo in addenda32.rst
Browse files Browse the repository at this point in the history
Should be 'uint32'.
  • Loading branch information
valdaarhun authored and stuij committed Feb 5, 2024
1 parent cc782c4 commit fe46d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addenda32/addenda32.rst
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ The syntactic structure of a public attributes subsection is::

[ Tag_File (=1) <uint32: byte-size> <attribute>*
| Tag_Section (=2) <uint32: byte-size> <section number>* 0 <attribute>*
| Tag_Symbol (=3) <unit32: byte-size> <symbol number>* 0 <attribute>*
| Tag_Symbol (=3) <uint32: byte-size> <symbol number>* 0 <attribute>*
]+

A public subsection contains any number of sub-subsections. Each records
Expand Down

0 comments on commit fe46d43

Please sign in to comment.