mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-06 06:21:31 +00:00
MIPS: Spelling fix lets -> let's
As noticed by Sergei in the discussion of Andrea Gelmini's patch series. Signed-off-by: Ralf Baechle <ralf@linux-mips.org> Reported-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
This commit is contained in:
parent
a320a1156a
commit
4939788eb8
9 changed files with 10 additions and 10 deletions
|
@ -481,7 +481,7 @@ int __compute_return_epc_for_insn(struct pt_regs *regs,
|
|||
/*
|
||||
* OK we are here either because we hit a NAL
|
||||
* instruction or because we are emulating an
|
||||
* old bltzal{,l} one. Lets figure out what the
|
||||
* old bltzal{,l} one. Let's figure out what the
|
||||
* case really is.
|
||||
*/
|
||||
if (!insn.i_format.rs) {
|
||||
|
@ -515,7 +515,7 @@ int __compute_return_epc_for_insn(struct pt_regs *regs,
|
|||
/*
|
||||
* OK we are here either because we hit a BAL
|
||||
* instruction or because we are emulating an
|
||||
* old bgezal{,l} one. Lets figure out what the
|
||||
* old bgezal{,l} one. Let's figure out what the
|
||||
* case really is.
|
||||
*/
|
||||
if (!insn.i_format.rs) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue