소스 검색

Merge pull request #253 from weihsinyeh/master

Fix typo
Jim Huang 1 년 전
부모
커밋
1d38d2ed19
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.