summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorHemanth Selam <hemanth.selam@gmail.com>2026-09-04 21:44:24 +0800
committerHuacai Chen <chenhuacai@loongson.cn>2026-09-04 21:44:24 +0800
commit20a9e97137caaa3fbb27f22f83a5ad80cbd03b01 (patch)
treec2ea1d423e6fd3259c21c75d2cdc096904c749c4 /arch
parent63b6a48c951d63bf39d44603ada48a987ccf66eb (diff)
downloadlinux-20a9e97137caaa3fbb27f22f83a5ad80cbd03b01.tar.gz
linux-20a9e97137caaa3fbb27f22f83a5ad80cbd03b01.zip
LoongArch: Fix typo "avaliable" in comment of vmlinux.lds.S
Correct "avaliable" to "available", reported by scripts/checkpatch.pl using the misspelling list in scripts/spelling.txt. It only touches the comments, no code changes. Assisted-by: Cursor:claude-opus-5 Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com> Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
Diffstat (limited to 'arch')
-rw-r--r--arch/loongarch/kernel/vmlinux.lds.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/loongarch/kernel/vmlinux.lds.S b/arch/loongarch/kernel/vmlinux.lds.S
index 840d944c2f73..ce097e25881f 100644
--- a/arch/loongarch/kernel/vmlinux.lds.S
+++ b/arch/loongarch/kernel/vmlinux.lds.S
@@ -23,7 +23,7 @@
#include "image-vars.h"
/*
- * Max avaliable Page Size is 64K, so we set SectionAlignment
+ * Max available Page Size is 64K, so we set SectionAlignment
* field of EFI application to 64K.
*/
PECOFF_FILE_ALIGN = 0x200;