aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorSandra Loosemore <sloosemore@baylibre.com>2025-03-10 16:59:36 +0000
committerSandra Loosemore <sloosemore@baylibre.com>2025-03-10 17:04:45 +0000
commit85b46d0795ac76bc192cb8f88b646a647acf98c1 (patch)
treee1f8be689f99b8825823238d8b9e2f2ee9165760 /gcc
parent7d2bf92c44f278721f29c24c510929b2a1ab9895 (diff)
downloadgcc-85b46d0795ac76bc192cb8f88b646a647acf98c1.zip
gcc-85b46d0795ac76bc192cb8f88b646a647acf98c1.tar.gz
gcc-85b46d0795ac76bc192cb8f88b646a647acf98c1.tar.bz2
Sanitizer: Fix typo in previous documentation patch.
gcc/ChangeLog * doc/invoke.texi (Instrumentation Options): Fix typo introduced in commit 313edeeeb607fe32da5633cfb6f91977add446f6.
Diffstat (limited to 'gcc')
-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 3781697..853cb34 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -17864,7 +17864,7 @@ The option cannot be combined with @option{-fsanitize=thread} or
(only with @code{-mlam=u48} or @code{-mlam=u57} options) and AArch64,
in both cases only in ABIs with 64-bit pointers.
-When compiling with @option{-fsanitize=address}, you should also also
+When compiling with @option{-fsanitize=address}, you should also
use @option{-g} to produce more meaningful output.
To get more accurate stack traces, it is possible to use options such as
@option{-O0}, @option{-O1}, or @option{-Og} (which, for instance, prevent