diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2016-05-22 00:39:18 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2016-05-28 12:35:09 +0200 |
commit | 4939788eb8559754a120531c49ffa96bb30fee06 (patch) | |
tree | f9fd1fb32cf74f35039e8191134ad620c3ceba42 /arch/mips/kernel/branch.c | |
parent | a320a1156ac987ae45d2a922f8f7355d67658e83 (diff) | |
download | op-kernel-dev-4939788eb8559754a120531c49ffa96bb30fee06.zip op-kernel-dev-4939788eb8559754a120531c49ffa96bb30fee06.tar.gz |
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>
Diffstat (limited to 'arch/mips/kernel/branch.c')
-rw-r--r-- | arch/mips/kernel/branch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/kernel/branch.c b/arch/mips/kernel/branch.c index ceca6cc..6dc3f1f 100644 --- a/arch/mips/kernel/branch.c +++ b/arch/mips/kernel/branch.c @@ -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) { |