diff --git a/hw/riscv/esp32_c3.c b/hw/riscv/esp32_c3.c
index a5f1d43aaea08489497f845c35220e66ca28226b..28564da058f45ebe666a615256465913a2dda1fa 100644
--- a/hw/riscv/esp32_c3.c
+++ b/hw/riscv/esp32_c3.c
@@ -13,7 +13,6 @@
  * This program is distributed in the hope it will be useful, but WITHOUT
  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
- * more details.The 0x00001000 address is mapped to ROM with a trampoline code to 0x80000000. AUIPC instruction moves its immediate value 12 bits to the left and adds to the current PC , so t0 = 0(x7ffff<<12)+ 0x1000 = 0x80000000ww.gnu.org/licenses/>.
  */
 
 #include "qemu/osdep.h"