diff options
author | Martin Liska <mliska@suse.cz> | 2020-02-17 13:20:06 +0100 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2020-02-17 13:20:06 +0100 |
commit | 1db97918101b2c22dfffa2242f13c7ea1b830558 (patch) | |
tree | 913391763a7bf277455cfa1f4172246e0d234486 /gcc | |
parent | abe13e1847fb91d43f02b5579c4230214d4369f4 (diff) | |
download | gcc-1db97918101b2c22dfffa2242f13c7ea1b830558.zip gcc-1db97918101b2c22dfffa2242f13c7ea1b830558.tar.gz gcc-1db97918101b2c22dfffa2242f13c7ea1b830558.tar.bz2 |
Fix a typo.
PR other/93756
* config/rx/elf.opt: Fix typo.
PR other/93756
* src/std/algorithm/iteration.d: Fix typo.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/rx/elf.opt | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7c48140..a402736 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2020-02-17 Martin Liska <mliska@suse.cz> + + PR other/93756 + * config/rx/elf.opt: Fix typo. + 2020-02-17 Richard Biener <rguenther@suse.de> PR c/86134 diff --git a/gcc/config/rx/elf.opt b/gcc/config/rx/elf.opt index d65c1ee..f130e79 100644 --- a/gcc/config/rx/elf.opt +++ b/gcc/config/rx/elf.opt @@ -29,7 +29,7 @@ Use the simulator runtime. mas100-syntax Target Mask(AS100_SYNTAX) Report -Generate assembler output that is compatible with the Renesas AS100 assembler. This may restrict some of the compiler's capabilities. The default is to generate GAS compatable syntax. +Generate assembler output that is compatible with the Renesas AS100 assembler. This may restrict some of the compiler's capabilities. The default is to generate GAS compatible syntax. ;--------------------------------------------------- |