Skip to content

Commit 5082fea

Browse files
authored
[Documentation][Blocks ABI] Fix typoed integer (#65688)
Fix an integer value in the prose to match the rest of the content.
1 parent fd4efec commit 5082fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/Block-ABI-Apple.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The following flags bits are in use thusly for a possible ABI.2010.3.16:
8080
In 10.6.ABI the (1<<29) was usually set and was always ignored by the runtime -
8181
it had been a transitional marker that did not get deleted after the
8282
transition. This bit is now paired with (1<<30), and represented as the pair
83-
(3<<30), for the following combinations of valid bit settings, and their
83+
(3<<29), for the following combinations of valid bit settings, and their
8484
meanings:
8585

8686
.. code-block:: c

0 commit comments

Comments
 (0)