aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2024-02-21 18:01:09 +0000
committerJonathan Wakely <jwakely@redhat.com>2024-02-21 19:50:49 +0000
commitf5964f1a3567e078f3fa4921380301f5690a787a (patch)
treec588f4792862badebf39a98e8eb8c5f74e05d7a2 /gcc/doc
parent3232ebd91ed55b275b9d5a6e8355336382c4afd5 (diff)
downloadgcc-f5964f1a3567e078f3fa4921380301f5690a787a.zip
gcc-f5964f1a3567e078f3fa4921380301f5690a787a.tar.gz
gcc-f5964f1a3567e078f3fa4921380301f5690a787a.tar.bz2
doc: Fix typos in -Wmismatched-dealloc docs
gcc/ChangeLog: * doc/invoke.texi (Warning Options): Fix typos.
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/invoke.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index d75b284..b4e4ee9 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},