Merge tag 'iio-for-4.8a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio...
[cascardo/linux.git] / arch / powerpc / kernel / swsusp_32.S
index b0754e2..ba4dee3 100644 (file)
@@ -143,7 +143,7 @@ END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
 
        /* Disable MSR:DR to make sure we don't take a TLB or
         * hash miss during the copy, as our hash table will
-        * for a while be unuseable. For .text, we assume we are
+        * for a while be unusable. For .text, we assume we are
         * covered by a BAT. This works only for non-G5 at this
         * point. G5 will need a better approach, possibly using
         * a small temporary hash table filled with large mappings,