]> gcc.gnu.org Git - gcc.git/commitdiff
Remove a stale */ after a 1-line // comment.
authorGeorg-Johann Lay <avr@gjlay.de>
Thu, 18 May 2023 16:34:07 +0000 (18:34 +0200)
committerGeorg-Johann Lay <avr@gjlay.de>
Thu, 18 May 2023 16:34:07 +0000 (18:34 +0200)
gcc/ChangeLog
* config/avr/gen-avr-mmcu-specs.cc: Remove stale */ after // comment.

gcc/config/avr/gen-avr-mmcu-specs.cc

index 9344246cb7203a665db575a2bf7c0e8a29521963..b9a5ad44e4e5c350fbcc45d468684ff6d873574e 100644 (file)
@@ -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"
This page took 0.063671 seconds and 5 git commands to generate.