[clang] 23cb0de - [clang][docs] Fix typo in AttrDocs.td (NFC) (#127183)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 14 04:58:06 PST 2025
Author: Shynur
Date: 2025-02-14T12:58:03Z
New Revision: 23cb0de7311bebb7bb1aecee3ad92c22de94f539
URL: https://github.com/llvm/llvm-project/commit/23cb0de7311bebb7bb1aecee3ad92c22de94f539
DIFF: https://github.com/llvm/llvm-project/commit/23cb0de7311bebb7bb1aecee3ad92c22de94f539.diff
LOG: [clang][docs] Fix typo in AttrDocs.td (NFC) (#127183)
Added:
Modified:
clang/include/clang/Basic/AttrDocs.td
Removed:
################################################################################
diff --git a/clang/include/clang/Basic/AttrDocs.td b/clang/include/clang/Basic/AttrDocs.td
index 0ad4c958d0983..8ab20774de034 100644
--- a/clang/include/clang/Basic/AttrDocs.td
+++ b/clang/include/clang/Basic/AttrDocs.td
@@ -8482,7 +8482,7 @@ that is a pointer to the type with the attribute.
}
The above example will result in a call to ``bar`` being passed the address of
-`y`` when ``y`` goes out of scope, then a call to ``foo`` being passed the
+``y`` when ``y`` goes out of scope, then a call to ``foo`` being passed the
address of ``x`` when ``x`` goes out of scope. If two or more variables share
the same scope, their ``cleanup`` callbacks are invoked in the reverse order
the variables were declared in. It is not possible to check the return value
More information about the cfe-commits
mailing list