diff --git a/index.html b/index.html index 8712692..faf3de8 100644 --- a/index.html +++ b/index.html @@ -792,7 +792,7 @@ parameters: a variable name and a free form string describing that variable. 18static int arr_argc = 0; 19 20/* module_param(foo, int, 0000) -21 * The first param is the parameters name. +21 * The first param is the parameter's name. 22 * The second param is its data type. 23 * The final argument is the permissions bits, 24 * for exposing parameters in sysfs (if non-zero) at a later stage. diff --git a/lkmpg-for-ht.html b/lkmpg-for-ht.html index 8712692..faf3de8 100644 --- a/lkmpg-for-ht.html +++ b/lkmpg-for-ht.html @@ -792,7 +792,7 @@ parameters: a variable name and a free form string describing that variable. 18static int arr_argc = 0; 19 20/* module_param(foo, int, 0000) -21 * The first param is the parameters name. +21 * The first param is the parameter's name. 22 * The second param is its data type. 23 * The final argument is the permissions bits, 24 * for exposing parameters in sysfs (if non-zero) at a later stage.