Correct typos in -Wuse-after-free description.

gcc/ChangeLog:
	* common.opt (-Wuse-after-free): Correct typos.
This commit is contained in:
Martin Sebor 2022-02-02 17:47:52 -07:00
parent 88944e1314
commit dc898b2ba5

View 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