From a726d007f197d13ec80b9d625bf8bab97c96384c Mon Sep 17 00:00:00 2001 From: Georg-Johann Lay Date: Thu, 18 May 2023 18:34:07 +0200 Subject: [PATCH] Remove a stale */ after a 1-line // comment. gcc/ChangeLog * config/avr/gen-avr-mmcu-specs.cc: Remove stale */ after // comment. --- gcc/config/avr/gen-avr-mmcu-specs.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/avr/gen-avr-mmcu-specs.cc b/gcc/config/avr/gen-avr-mmcu-specs.cc index 9344246cb720..b9a5ad44e4e5 100644 --- 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" -- 2.43.5