PR middle-end/99883 - A couple of minor misspellings

gcc/c-family/ChangeLog:

	PR middle-end/99883
	* c.opt (Wmismatched-new-delete): Correct spelling.

gcc/lto/ChangeLog:

	PR middle-end/99883
	* lto-lang.c (lto_post_options): Correct spelling.
This commit is contained in:
Martin Sebor 2021-04-08 09:08:39 -06:00
parent a25321ca06
commit d6cc745cb8
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -896,7 +896,7 @@ lto_post_options (const char **pfilename ATTRIBUTE_UNUSED)
lang_hooks.lto.end_section = lhd_end_section;
if (flag_ltrans)
error ("%<-flinker-output=rel%> and %<-fltrans%> are mutually "
"exclussive");
"exclusive");
break;
case LTO_LINKER_OUTPUT_NOLTOREL: /* .o: incremental link producing asm */