diff mbox series

[avr,committed] Fix a trivial typo in gen-avr-mmcu-specs.cc.

Message ID b5739d25-396c-d0d8-d10d-f23defe81fed@gjlay.de
State New
Headers show
Series [avr,committed] Fix a trivial typo in gen-avr-mmcu-specs.cc. | expand

Commit Message

Georg-Johann Lay May 18, 2023, 4:41 p.m. UTC
Applied as obvious, there was a trailing */ in a 1-line // comment.

https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=a726d007f197d13ec80b9d625bf8bab97c96384c

Johann


gcc/ChangeLog
	* config/avr/gen-avr-mmcu-specs.cc: Remove stale */ after // comment.

--
diff mbox series

Patch

diff --git a/gcc/config/avr/gen-avr-mmcu-specs.cc 
b/gcc/config/avr/gen-avr-mmcu-specs.cc
index 
9344246cb7203a665db575a2bf7c0e8a29521963..b9a5ad44e4e5c350fbcc45d468684ff6d873574e 
100644 (file)
--- a/gcc/config/avr/gen-avr-mmcu-specs.cc
+++ b/gcc/config/avr/gen-avr-mmcu-specs.cc
@@ -30,7 +30,7 @@ 
  #include "avr-devices.cc"

  // Get rid of "defaults.h".  We just need tm.h for `WITH_AVRLIBC' and
-// and `WITH_RTEMS'.  */
+// and `WITH_RTEMS'.
  #define GCC_DEFAULTS_H

  #include "tm.h"