X-Git-Url: https://git.stricted.de/?a=blobdiff_plain;f=arch%2Fmips%2Finclude%2Fasm%2Fstackframe.h;h=b4ba2449444b33101c33d4e9d7fd17b968db8466;hb=25985edcedea6396277003854657b5f3cb31a628;hp=58730c5ce4bfd6ac47b4e62fd0ea4d4c164db60d;hpb=20406f9b67e6fde4fff4639225c7a0e5ea6eaa9b;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git diff --git a/arch/mips/include/asm/stackframe.h b/arch/mips/include/asm/stackframe.h index 58730c5ce4bf..b4ba2449444b 100644 --- a/arch/mips/include/asm/stackframe.h +++ b/arch/mips/include/asm/stackframe.h @@ -346,7 +346,7 @@ * we can't dispatch it directly without trashing * some registers, so we'll try to detect this unlikely * case and program a software interrupt in the VPE, - * as would be done for a cross-VPE IPI. To accomodate + * as would be done for a cross-VPE IPI. To accommodate * the handling of that case, we're doing a DVPE instead * of just a DMT here to protect against other threads. * This is a lot of cruft to cover a tiny window.