gcc/ChangeLog:
* common.opt (-Wuse-after-free): Correct typos.
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