瀏覽代碼

realtek: Fix typo "intialization"

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]>
Sven Eckelmann 1 月之前
父節點
當前提交
07e4b82da5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      target/linux/realtek/files-6.12/arch/mips/rtl838x/prom.c

+ 1 - 1
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 ([email protected])