diff options
author | Martin Sebor <msebor@redhat.com> | 2021-04-08 09:08:39 -0600 |
---|---|---|
committer | Martin Sebor <msebor@redhat.com> | 2021-04-08 09:08:39 -0600 |
commit | d6cc745cb87aa62f9e17699aedf5aa2d9831fbd8 (patch) | |
tree | 4dec52751c89a166a2e1a36629498331bab1a941 /gcc/lto/lto-lang.c | |
parent | a25321ca06f61e5aeadc00923249f83af72059c5 (diff) | |
download | gcc-d6cc745cb87aa62f9e17699aedf5aa2d9831fbd8.zip gcc-d6cc745cb87aa62f9e17699aedf5aa2d9831fbd8.tar.gz gcc-d6cc745cb87aa62f9e17699aedf5aa2d9831fbd8.tar.bz2 |
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.
Diffstat (limited to 'gcc/lto/lto-lang.c')
-rw-r--r-- | gcc/lto/lto-lang.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/lto/lto-lang.c b/gcc/lto/lto-lang.c index 8e73a11..c13c7e4 100644 --- a/gcc/lto/lto-lang.c +++ b/gcc/lto/lto-lang.c @@ -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 */ |