Skip to content

Commit 23cb0de

Browse files
authored
[clang][docs] Fix typo in AttrDocs.td (NFC) (#127183)
1 parent 085e21b commit 23cb0de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/AttrDocs.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8482,7 +8482,7 @@ that is a pointer to the type with the attribute.
84828482
}
84838483

84848484
The above example will result in a call to ``bar`` being passed the address of
8485-
`y`` when ``y`` goes out of scope, then a call to ``foo`` being passed the
8485+
``y`` when ``y`` goes out of scope, then a call to ``foo`` being passed the
84868486
address of ``x`` when ``x`` goes out of scope. If two or more variables share
84878487
the same scope, their ``cleanup`` callbacks are invoked in the reverse order
84888488
the variables were declared in. It is not possible to check the return value

0 commit comments

Comments
 (0)