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/sni | |
parent | a320a1156ac987ae45d2a922f8f7355d67658e83 (diff) | |
download | linux-4939788eb8559754a120531c49ffa96bb30fee06.tar.gz linux-4939788eb8559754a120531c49ffa96bb30fee06.tar.bz2 linux-4939788eb8559754a120531c49ffa96bb30fee06.zip |
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/sni')
-rw-r--r-- | arch/mips/sni/rm200.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/sni/rm200.c b/arch/mips/sni/rm200.c index a046b302623e..160b88000b4b 100644 --- a/arch/mips/sni/rm200.c +++ b/arch/mips/sni/rm200.c @@ -263,7 +263,7 @@ spurious_8259A_irq: static int spurious_irq_mask; /* * At this point we can be sure the IRQ is spurious, - * lets ACK and report it. [once per IRQ] + * let's ACK and report it. [once per IRQ] */ if (!(spurious_irq_mask & irqmask)) { printk(KERN_DEBUG |