]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
doc: Fix typos in -Wmismatched-dealloc docs
authorJonathan Wakely <jwakely@redhat.com>
Wed, 21 Feb 2024 18:01:09 +0000 (18:01 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Wed, 21 Feb 2024 19:50:49 +0000 (19:50 +0000)
gcc/ChangeLog:

* doc/invoke.texi (Warning Options): Fix typos.

gcc/doc/invoke.texi

index d75b28484bb2845a00b6dbd83e3bcbd2246666db..b4e4ee9fb81685b000beb2dfdab6a13537af93bd 100644 (file)
@@ -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},