Fix common misspellings
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / mips / include / asm / stackframe.h
index 58730c5ce4bfd6ac47b4e62fd0ea4d4c164db60d..b4ba2449444b33101c33d4e9d7fd17b968db8466 100644 (file)
                 * 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.