From 0a3b062c4e6251bc56a121f1de157821d4fe91aa Mon Sep 17 00:00:00 2001
From: Jakob <Jakob.knitter@bettermarks.com>
Date: Tue, 16 May 2023 15:16:26 +0200
Subject: [PATCH] docs: removed unintended comment

---
 hw/riscv/esp32_c3.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hw/riscv/esp32_c3.c b/hw/riscv/esp32_c3.c
index a5f1d43aaea..28564da058f 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"
-- 
GitLab