From 5082feabd155a59d7ae0249713def100516b839d Mon Sep 17 00:00:00 2001 From: Alcaro Date: Mon, 13 May 2024 08:33:39 +0200 Subject: [PATCH] [Documentation][Blocks ABI] Fix typoed integer (#65688) Fix an integer value in the prose to match the rest of the content. --- clang/docs/Block-ABI-Apple.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/docs/Block-ABI-Apple.rst b/clang/docs/Block-ABI-Apple.rst index 68f7a3819ca22e..f46f2f991ad7f1 100644 --- a/clang/docs/Block-ABI-Apple.rst +++ b/clang/docs/Block-ABI-Apple.rst @@ -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