public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-7009] Correct typos in -Wuse-after-free description.
@ 2022-02-03  0:49 Martin Sebor
  0 siblings, 0 replies; only message in thread
From: Martin Sebor @ 2022-02-03  0:49 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:dc898b2ba5c50a7311bc3137f0987a7831362ed8

commit r12-7009-gdc898b2ba5c50a7311bc3137f0987a7831362ed8
Author: Martin Sebor <msebor@redhat.com>
Date:   Wed Feb 2 17:47:52 2022 -0700

    Correct typos in -Wuse-after-free description.
    
    gcc/ChangeLog:
            * common.opt (-Wuse-after-free): Correct typos.

Diff:
---
 gcc/common.opt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/common.opt b/gcc/common.opt
index d9233279a16..c21e5273ae3 100644
--- a/gcc/common.opt
+++ b/gcc/common.opt
@@ -550,11 +550,11 @@ Warn if an array is accessed out of bounds.
 
 Wuse-after-free
 Common Var(warn_use_after_free) Warning
-Warn for uses of pointers to deallocated strorage.
+Warn for uses of pointers to deallocated storage.
 
 Wuse-after-free=
 Common Joined RejectNegative UInteger Var(warn_use_after_free) Warning IntegerRange(0, 3)
-Warn for uses of pointers to deallocated strorage.
+Warn for uses of pointers to deallocated storage.
 
 Wattributes
 Common Var(warn_attributes) Init(1) Warning


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

only message in thread, other threads:[~2022-02-03  0:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-03  0:49 [gcc r12-7009] Correct typos in -Wuse-after-free description Martin Sebor

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).