Skip to content

Commit 906a477

Browse files
committed
Fix some engrish
1 parent 84da033 commit 906a477

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/include/clang/Basic/AttrDocs.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1408,8 +1408,8 @@ facilities to mark custom allocating/deallocating functions.
14081408

14091409
All 3 attributes' first parameter of type string is the type of the allocation:
14101410
``malloc``, ``new``, etc. to allow for catching :ref:`mismatched deallocation
1411-
<unix-MismatchedDeallocator>` bugs to
1412-
be found. The allocation type can be any string, e.g. a function annotated with
1411+
<unix-MismatchedDeallocator>` bugs. The allocation type can be any string, e.g.
1412+
a function annotated with
14131413
returning a piece of memory of type ``lasagna`` but freed with a function
14141414
annoteted to release ``cheese`` typed memory will result in mismatched
14151415
deallocation warning.

0 commit comments

Comments
 (0)