Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Documentation][Blocks ABI] Fix typoed integer #65688

Merged
merged 2 commits into from
May 13, 2024
Merged

Conversation

Alcaro
Copy link
Contributor

@Alcaro Alcaro commented Sep 7, 2023

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

@Alcaro Alcaro requested a review from a team as a code owner September 7, 2023 22:41
@cor3ntin cor3ntin added documentation clang Clang issues not falling into any other category labels Jan 4, 2024
@llvmbot
Copy link
Collaborator

llvmbot commented Jan 4, 2024

@llvm/pr-subscribers-clang

Author: None (Alcaro)

Changes

(Yes, this commit is two years old, I never felt like investigating Phabricator)


Full diff: https://github.com/llvm/llvm-project/pull/65688.diff

1 Files Affected:

  • (modified) clang/docs/Block-ABI-Apple.rst (+1-1)
diff --git a/clang/docs/Block-ABI-Apple.rst b/clang/docs/Block-ABI-Apple.rst
index e21a8b68b5cd13..250d198ba6181b 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

@hubert-reinterpretcast hubert-reinterpretcast changed the title [Documentation] Fix typoed integer [Documentation][Blocks ABI] Fix typoed integer Apr 15, 2024
Copy link
Collaborator

@hubert-reinterpretcast hubert-reinterpretcast left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@xgupta xgupta merged commit 5082fea into llvm:main May 13, 2024
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clang Clang issues not falling into any other category documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants