Skip to content

Commit 3aa1f68

Browse files
Szelethussteakhalisuckatcs
authored
Apply suggestions from code review
Co-authored-by: Balazs Benics <[email protected]> Co-authored-by: isuckatcs <[email protected]>
1 parent 906a477 commit 3aa1f68

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
@@ -1411,7 +1411,7 @@ All 3 attributes' first parameter of type string is the type of the allocation:
14111411
<unix-MismatchedDeallocator>` bugs. The allocation type can be any string, e.g.
14121412
a function annotated with
14131413
returning a piece of memory of type ``lasagna`` but freed with a function
1414-
annoteted to release ``cheese`` typed memory will result in mismatched
1414+
annotated to release ``cheese`` typed memory will result in mismatched
14151415
deallocation warning.
14161416

14171417
The (currently) only allocation type having special meaning is ``malloc`` --
@@ -1461,7 +1461,7 @@ some extent.
14611461

14621462
Further reading for other annotations:
14631463
`Source Annotations in the Clang Static Analyzer <https://clang-analyzer.llvm.org/annotations.html>`_.
1464-
}];
1464+
}];
14651465
}
14661466

14671467
def ObjCMethodFamilyDocs : Documentation {

0 commit comments

Comments
 (0)