summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Eckelmann2025-11-23 16:04:41 +0000
committerHauke Mehrtens2025-11-24 23:28:51 +0000
commit07e4b82da5fbab1a671d5e8779ba62f370457729 (patch)
tree9d1c9b33b8596c858e9b02ae0a1616c0f7ee4dcf
parent53fee7221686bf3047db133a231d0031885da07b (diff)
downloadopenwrt-07e4b82da5fbab1a671d5e8779ba62f370457729.tar.gz
realtek: Fix typo "intialization"
It is written "initialization" and not "intialization" Signed-off-by: Sven Eckelmann <sven@narfation.org> Link: https://github.com/openwrt/openwrt/pull/20906 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--target/linux/realtek/files-6.12/arch/mips/rtl838x/prom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/realtek/files-6.12/arch/mips/rtl838x/prom.c b/target/linux/realtek/files-6.12/arch/mips/rtl838x/prom.c
index 21aad26a18..2e668ee078 100644
--- a/target/linux/realtek/files-6.12/arch/mips/rtl838x/prom.c
+++ b/target/linux/realtek/files-6.12/arch/mips/rtl838x/prom.c
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-only
/*
* prom.c
- * Early intialization code for the Realtek RTL838X SoC
+ * Early initialization code for the Realtek RTL838X SoC
*
* based on the original BSP by
* Copyright (C) 2006-2012 Tony Wu (tonywu@realtek.com)