瀏覽代碼

Fix typo
Correct `parameters name` to `parameter's name` in a comment.

weihsinyeh 1 年之前
父節點
當前提交
f52c126c43
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/hello-5.c

+ 1 - 1
examples/hello-5.c

@@ -18,7 +18,7 @@ static int myintarray[2] = { 420, 420 };
 static int arr_argc = 0;
 
 /* module_param(foo, int, 0000)
- * The first param is the parameters name.
+ * The first param is the parameter's name.
  * The second param is its data type.
  * The final argument is the permissions bits,
  * for exposing parameters in sysfs (if non-zero) at a later stage.