Fix common misspellings
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / kernel / params.c
index 0da1411222b9a2e11c1de4ed228e4028e8aef2b1..7ab388a48a2eb2eb60551cc8a56dc748a429dae0 100644 (file)
@@ -95,7 +95,7 @@ static int parse_one(char *param,
        /* Find parameter */
        for (i = 0; i < num_params; i++) {
                if (parameq(param, params[i].name)) {
-                       /* Noone handled NULL, so do it here. */
+                       /* No one handled NULL, so do it here. */
                        if (!val && params[i].ops->set != param_set_bool)
                                return -EINVAL;
                        DEBUGP("They are equal!  Calling %p\n",