diff options
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 */ |