diff options
Diffstat (limited to 'gcc/c-family')
-rw-r--r-- | gcc/c-family/c.opt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-family/c.opt b/gcc/c-family/c.opt index 64e46e7..ed9a825 100644 --- a/gcc/c-family/c.opt +++ b/gcc/c-family/c.opt @@ -800,7 +800,7 @@ functions. Wmismatched-new-delete C++ ObjC++ Var(warn_mismatched_new_delete) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall) -Warn for mismatches between calls to operator new or delete and the corrsponding +Warn for mismatches between calls to operator new or delete and the corresponding call to the allocation or deallocation function. Wmismatched-tags |