diff mbox series

[committed] doc: Fix typos in -Wmismatched-dealloc docs

Message ID 20240221195217.525147-1-jwakely@redhat.com
State New
Headers show
Series [committed] doc: Fix typos in -Wmismatched-dealloc docs | expand

Commit Message

Jonathan Wakely Feb. 21, 2024, 7:52 p.m. UTC
Pushed to trunk as obvious.

-- >8 --

gcc/ChangeLog:

	* doc/invoke.texi (Warning Options): Fix typos.
---
 gcc/doc/invoke.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index d75b28484bb..b4e4ee9fb81 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -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},