]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Sanitizer: Fix typo in previous documentation patch.
authorSandra Loosemore <sloosemore@baylibre.com>
Mon, 10 Mar 2025 16:59:36 +0000 (16:59 +0000)
committerSandra Loosemore <sloosemore@baylibre.com>
Mon, 10 Mar 2025 17:04:45 +0000 (17:04 +0000)
gcc/ChangeLog
* doc/invoke.texi (Instrumentation Options): Fix typo introduced
in commit 313edeeeb607fe32da5633cfb6f91977add446f6.

gcc/doc/invoke.texi

index 3781697ae55facca5919f673293b7d28b861c3ba..853cb346dd67660e2d7257e1ea2c0de670b557f9 100644 (file)
@@ -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