doc: Fix typos in -Wmismatched-dealloc docs
gcc/ChangeLog: * doc/invoke.texi (Warning Options): Fix typos.
This commit is contained in:
parent
3232ebd91e
commit
f5964f1a35
1 changed files with 1 additions and 1 deletions
|
@ -7262,7 +7262,7 @@ when non-existent profile data is justified.
|
|||
@item -Wmismatched-dealloc
|
||||
|
||||
Warn for calls to deallocation functions with pointer arguments returned
|
||||
from from allocations functions for which the former isn't a suitable
|
||||
from allocation functions for which the former isn't a suitable
|
||||
deallocator. A pair of functions can be associated as matching allocators
|
||||
and deallocators by use of attribute @code{malloc}. Unless disabled by
|
||||
the @option{-fno-builtin} option the standard functions @code{calloc},
|
||||
|
|
Loading…
Add table
Reference in a new issue