We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f96c4ad commit e153277Copy full SHA for e153277
arch/xtensa/kernel/head.S
@@ -212,7 +212,7 @@ ENTRY(_startup)
212
*
213
* The linker script used to build the Linux kernel image
214
* creates a table located at __boot_reloc_table_start
215
- * that contans the information what data needs to be unpacked.
+ * that contains the information what data needs to be unpacked.
216
217
* Uses a2-a7.
218
*/
@@ -222,7 +222,7 @@ ENTRY(_startup)
222
223
1: beq a2, a3, 3f # no more entries?
224
l32i a4, a2, 0 # start destination (in RAM)
225
- l32i a5, a2, 4 # end desination (in RAM)
+ l32i a5, a2, 4 # end destination (in RAM)
226
l32i a6, a2, 8 # start source (in ROM)
227
addi a2, a2, 12 # next entry
228
beq a4, a5, 1b # skip, empty entry
0 commit comments