intel-iommu: fix sg_page()
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / init / main.c
index ea0f7250d22224488cac5529a712fa559fa8a020..f605a969ea6141281891bb007edc41938c63e3f1 100644 (file)
@@ -280,7 +280,7 @@ static int __init unknown_bootoption(char *param, char *val)
                return 0;
 
        /*
-        * Preemptive maintenance for "why didn't my mispelled command
+        * Preemptive maintenance for "why didn't my misspelled command
         * line work?"
         */
        if (strchr(param, '.') && (!val || strchr(param, '.') < val)) {