kernel/params.c: fix lying comment for param_array()
[deliverable/linux.git] / kernel / params.c
index 312172320b4ccc8e76959cda55b2852ecfee6f82..e61c46c97ce72ec1fb9615783e02dd4afb7c9990 100644 (file)
@@ -269,7 +269,7 @@ int param_get_invbool(char *buffer, struct kernel_param *kp)
        return param_get_bool(buffer, &dummy);
 }
 
-/* We cheat here and temporarily mangle the string. */
+/* We break the rule and mangle the string. */
 static int param_array(const char *name,
                       const char *val,
                       unsigned int min, unsigned int max,
This page took 0.0266380000000001 seconds and 5 git commands to generate.