everywhere: replace double words
Treewide search and replace on a range of double word combinations: * `the the` * `to to` * `if if` * `that that` * `on on` * `is is` * `from from` Signed-off-by: Jordan Yates <jordan@embeint.com>
This commit is contained in:
parent
b0e327bd9c
commit
07870934e3
125 changed files with 147 additions and 147 deletions
|
@ -25,7 +25,7 @@ SECTION_FUNC(init, __nuclei_start)
|
|||
jr a0
|
||||
|
||||
_start0800:
|
||||
/* Set the the NMI base to share with mtvec by setting CSR_MMISC_CTL */
|
||||
/* Set the NMI base to share with mtvec by setting CSR_MMISC_CTL */
|
||||
li t0, 0x200
|
||||
csrs CSR_MMISC_CTL, t0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue