summaryrefslogtreecommitdiff
path: root/arch/arc/kernel/head.S
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2024-03-29 17:14:32 -0500
committerVineet Gupta <vgupta@kernel.org>2024-04-01 18:40:39 -0700
commitebfc2fd8873b4feb86f01835ad97282aede1e956 (patch)
tree8a117a03d68946d51b51045bb5490671906766a8 /arch/arc/kernel/head.S
parentd5272aaa8257920c7b398f953ada65e25c248f9a (diff)
ARC: Fix typos
Fix typos, most reported by "codespell arch/arc". Only touches comments, no code changes. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Signed-off-by: Vineet Gupta <vgupta@kernel.org>
Diffstat (limited to 'arch/arc/kernel/head.S')
-rw-r--r--arch/arc/kernel/head.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/kernel/head.S b/arch/arc/kernel/head.S
index 9152782444b5..8d541f53fae3 100644
--- a/arch/arc/kernel/head.S
+++ b/arch/arc/kernel/head.S
@@ -165,7 +165,7 @@ ENTRY(first_lines_of_secondary)
; setup stack (fp, sp)
mov fp, 0
- ; set it's stack base to tsk->thread_info bottom
+ ; set its stack base to tsk->thread_info bottom
GET_TSK_STACK_BASE r0, sp
j start_kernel_secondary