[openwrt/openwrt] realtek: Fix typo "intialization"
LEDE Commits
lede-commits at lists.infradead.org
Mon Nov 24 15:30:17 PST 2025
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/07e4b82da5fbab1a671d5e8779ba62f370457729
commit 07e4b82da5fbab1a671d5e8779ba62f370457729
Author: Sven Eckelmann <sven at narfation.org>
AuthorDate: Sun Nov 23 17:04:41 2025 +0100
realtek: Fix typo "intialization"
It is written "initialization" and not "intialization"
Signed-off-by: Sven Eckelmann <sven at narfation.org>
Link: https://github.com/openwrt/openwrt/pull/20906
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
target/linux/realtek/files-6.12/arch/mips/rtl838x/prom.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 at realtek.com)
More information about the lede-commits
mailing list