summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-05-21 14:01:20 +0200
committerGreg Kroah-Hartman <gregkh@google.com>2018-02-05 08:58:31 -0800
commitd552d767e47c1697aa54675007c3af622e12311c (patch)
tree7b3ce5c4ba1384bf1c92f30f7ecdbb3c7d5b5174
parenta8955d815ec71515ff5d658efc08a0f65f63eb4d (diff)
UPSTREAM: MIPS: R6: Fix typo
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Cc: macro@imgtec.com Cc: paul.burton@imgtec.com Cc: Leonid.Yegoshin@imgtec.com Cc: trivial@kernel.org Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/13329/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org> (cherry picked from commit f5be47f5a4b74ca4bc58348a0b2a6aa4c8cba1be) Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
-rw-r--r--arch/mips/kernel/mips-r2-to-r6-emul.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/mips-r2-to-r6-emul.c b/arch/mips/kernel/mips-r2-to-r6-emul.c
index 66db8387ce1a..7b349a27f9d2 100644
--- a/arch/mips/kernel/mips-r2-to-r6-emul.c
+++ b/arch/mips/kernel/mips-r2-to-r6-emul.c
@@ -2204,7 +2204,7 @@ fpu_emul:
}
/*
- * Lets not return to userland just yet. It's constly and
+ * Lets not return to userland just yet. It's costly and
* it's likely we have more R2 instructions to emulate
*/
if (!err && (pass++ < MIPS_R2_EMUL_TOTAL_PASS)) {