]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Correct typos in -Wuse-after-free description.
authorMartin Sebor <msebor@redhat.com>
Thu, 3 Feb 2022 00:47:52 +0000 (17:47 -0700)
committerMartin Sebor <msebor@redhat.com>
Thu, 3 Feb 2022 00:47:52 +0000 (17:47 -0700)
gcc/ChangeLog:
* common.opt (-Wuse-after-free): Correct typos.

gcc/common.opt

index d9233279a161a2567f676128a4200cd2ac38e417..c21e5273ae38e293e8e944a22a0640f91910ba57 100644 (file)
@@ -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