Skip to content

Commit 1d38d2e

Browse files
authored
Merge pull request #253 from weihsinyeh/master
Fix typo
2 parents d92fcd1 + f52c126 commit 1d38d2e

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)