From 07e4b82da5fbab1a671d5e8779ba62f370457729 Mon Sep 17 00:00:00 2001 From: Sven Eckelmann Date: Sun, 23 Nov 2025 17:04:41 +0100 Subject: [PATCH] realtek: Fix typo "intialization" It is written "initialization" and not "intialization" Signed-off-by: Sven Eckelmann Link: https://github.com/openwrt/openwrt/pull/20906 Signed-off-by: Hauke Mehrtens --- 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@realtek.com) -- 2.30.2