From dc898b2ba5c50a7311bc3137f0987a7831362ed8 Mon Sep 17 00:00:00 2001 From: Martin Sebor Date: Wed, 2 Feb 2022 17:47:52 -0700 Subject: [PATCH] Correct typos in -Wuse-after-free description. gcc/ChangeLog: * common.opt (-Wuse-after-free): Correct typos. --- gcc/common.opt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/common.opt b/gcc/common.opt index d923327..c21e527 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 -- 2.7.4