Skip to content

Commit

Permalink
[Documentation][Blocks ABI] Fix typoed integer (llvm#65688)
Browse files Browse the repository at this point in the history
Fix an integer value in the prose to match the rest of the content.
  • Loading branch information
Alcaro committed May 13, 2024
1 parent fd4efec commit 5082fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/docs/Block-ABI-Apple.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ The following flags bits are in use thusly for a possible ABI.2010.3.16:
In 10.6.ABI the (1<<29) was usually set and was always ignored by the runtime -
it had been a transitional marker that did not get deleted after the
transition. This bit is now paired with (1<<30), and represented as the pair
(3<<30), for the following combinations of valid bit settings, and their
(3<<29), for the following combinations of valid bit settings, and their
meanings:

.. code-block:: c
Expand Down

0 comments on commit 5082fea

Please sign in to comment.