[clang] 5082fea - [Documentation][Blocks ABI] Fix typoed integer (#65688)

via cfe-commits cfe-commits at lists.llvm.org
Sun May 12 23:33:43 PDT 2024


Author: Alcaro
Date: 2024-05-13T12:03:39+05:30
New Revision: 5082feabd155a59d7ae0249713def100516b839d

URL: https://github.com/llvm/llvm-project/commit/5082feabd155a59d7ae0249713def100516b839d
DIFF: https://github.com/llvm/llvm-project/commit/5082feabd155a59d7ae0249713def100516b839d.diff

LOG: [Documentation][Blocks ABI] Fix typoed integer (#65688)

Fix an integer value in the prose to match the rest of the content.

Added: 
    

Modified: 
    clang/docs/Block-ABI-Apple.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/Block-ABI-Apple.rst b/clang/docs/Block-ABI-Apple.rst
index 68f7a3819ca22..f46f2f991ad7f 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


        


More information about the cfe-commits mailing list