realtek: Fix typo "intialization"
authorSven Eckelmann <[email protected]>
Sun, 23 Nov 2025 16:04:41 +0000 (17:04 +0100)
committerHauke Mehrtens <[email protected]>
Mon, 24 Nov 2025 23:28:51 +0000 (00:28 +0100)
It is written "initialization" and not "intialization"

Signed-off-by: Sven Eckelmann <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/20906
Signed-off-by: Hauke Mehrtens <[email protected]>
target/linux/realtek/files-6.12/arch/mips/rtl838x/prom.c

index 21aad26a181ad1399ef491e3494bb769c82234bf..2e668ee0785a4493297b0781b2b7d208b9316375 100644 (file)
@@ -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 ([email protected])