File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
clang/include/clang/Basic Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
14121412a function annotated with
14131413returning 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
14151415deallocation warning.
14161416
14171417The (currently) only allocation type having special meaning is ``malloc`` --
@@ -1461,7 +1461,7 @@ some extent.
14611461
14621462Further reading for other annotations:
14631463`Source Annotations in the Clang Static Analyzer <https://clang-analyzer.llvm.org/annotations.html>`_.
1464- }];
1464+ }];
14651465}
14661466
14671467def ObjCMethodFamilyDocs : Documentation {
You can’t perform that action at this time.
0 commit comments