public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] docs: fix copy&paste error in -Wanalyzer-putenv-of-auto-var
@ 2022-08-01 23:34 David Malcolm
  0 siblings, 0 replies; only message in thread
From: David Malcolm @ 2022-08-01 23:34 UTC (permalink / raw)
  To: gcc-patches

Pushed to trunk as r13-1921-gffd12be1394a49.

gcc/ChangeLog:
	* doc/invoke.texi (-Wanalyzer-putenv-of-auto-var): Fix copy&paste
	error.

Signed-off-by: David Malcolm <dmalcolm@redhat.com>
---
 gcc/doc/invoke.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index e8cd60103e4..863580b3710 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -10023,7 +10023,7 @@ See @uref{https://cwe.mitre.org/data/definitions/476.html, CWE-476: NULL Pointer
 @opindex Wanalyzer-putenv-of-auto-var
 @opindex Wno-analyzer-putenv-of-auto-var
 This warning requires @option{-fanalyzer}, which enables it; use
-@option{-Wno-analyzer-possible-null-dereference} to disable it.
+@option{-Wno-analyzer-putenv-of-auto-var} to disable it.
 
 This diagnostic warns for paths through the code in which a
 call to @code{putenv} is passed a pointer to an automatic variable
-- 
2.26.3


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-08-01 23:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-01 23:34 [committed] docs: fix copy&paste error in -Wanalyzer-putenv-of-auto-var David Malcolm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).