Skip to content

Commit e153277

Browse files
unixbhaskarjcmvbkbc
authored andcommitted
xtensa: Couple of typo fixes
s/contans/contains/ s/desination/destination/ Signed-off-by: Bhaskar Chowdhury <[email protected]> Message-Id: <[email protected]> Signed-off-by: Max Filippov <[email protected]>
1 parent f96c4ad commit e153277

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/xtensa/kernel/head.S

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ ENTRY(_startup)
212212
*
213213
* The linker script used to build the Linux kernel image
214214
* creates a table located at __boot_reloc_table_start
215-
* that contans the information what data needs to be unpacked.
215+
* that contains the information what data needs to be unpacked.
216216
*
217217
* Uses a2-a7.
218218
*/
@@ -222,7 +222,7 @@ ENTRY(_startup)
222222

223223
1: beq a2, a3, 3f # no more entries?
224224
l32i a4, a2, 0 # start destination (in RAM)
225-
l32i a5, a2, 4 # end desination (in RAM)
225+
l32i a5, a2, 4 # end destination (in RAM)
226226
l32i a6, a2, 8 # start source (in ROM)
227227
addi a2, a2, 12 # next entry
228228
beq a4, a5, 1b # skip, empty entry

0 commit comments

Comments
 (0)