From: Martin Sebor Date: Thu, 3 Feb 2022 00:47:52 +0000 (-0700) Subject: Correct typos in -Wuse-after-free description. X-Git-Tag: basepoints/gcc-13~1304 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc898b2ba5c50a7311bc3137f0987a7831362ed8;p=thirdparty%2Fgcc.git Correct typos in -Wuse-after-free description. gcc/ChangeLog: * common.opt (-Wuse-after-free): Correct typos. --- diff --git a/gcc/common.opt b/gcc/common.opt index d9233279a161..c21e5273ae38 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