Skip to content

Commit f52c126

Browse files
committedApr 15, 2024
Fix typo
Correct `parameters name` to `parameter's name` in a comment.
1 parent 6640ccd commit f52c126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎examples/hello-5.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ static int myintarray[2] = { 420, 420 };
1818
static int arr_argc = 0;
1919

2020
/* module_param(foo, int, 0000)
21-
* The first param is the parameters name.
21+
* The first param is the parameter's name.
2222
* The second param is its data type.
2323
* The final argument is the permissions bits,
2424
* for exposing parameters in sysfs (if non-zero) at a later stage.

0 commit comments

Comments
 (0)
Please sign in to comment.